Home
last modified time | relevance | path

Searched refs:kInvokeStatic (Results 1 – 10 of 10) sorted by relevance

/aosp12/art/runtime/mirror/
H A Dmethod_handle_impl.h50 kInvokeStatic, enumerator
/aosp12/frameworks/base/startop/view_compiler/
H A Ddex_builder.h185 kInvokeStatic, enumerator
252 Op::kInvokeStatic, index_argument, /*result_is_object=*/false, dest, args...}; in InvokeStatic()
258 return Instruction{Op::kInvokeStatic, index_argument, /*result_is_object=*/true, dest, args...}; in InvokeStaticObject()
H A Ddex_builder.cc89 case Instruction::Op::kInvokeStatic: in operator <<()
396 case Instruction::Op::kInvokeStatic: in EncodeInstruction()
/aosp12/art/libdexfile/dex/
H A Ddex_file.h151 kInvokeStatic = 0x0004, // an invoker for a given static method. enumerator
H A Ddex_file_verifier.cc1354 case DexFile::MethodHandleType::kInvokeStatic: in CheckIntraMethodHandleItem()
/aosp12/art/dexlayout/
H A Ddex_ir_builder.cc532 bool is_invoke = type == DexFile::MethodHandleType::kInvokeStatic || in CreateMethodHandleItem()
/aosp12/art/runtime/interpreter/
H A Dinterpreter_common.cc926 if (bsm->GetHandleKind() != mirror::MethodHandle::Kind::kInvokeStatic) { in InvokeBootstrapMethod()
/aosp12/art/dexdump/
H A Ddexdump.cc1645 case DexFile::MethodHandleType::kInvokeStatic: in dumpMethodHandle()
/aosp12/art/runtime/
H A Dclass_linker.cc9495 case DexFile::MethodHandleType::kInvokeStatic: in ResolveMethodHandleForField()
9553 case DexFile::MethodHandleType::kInvokeStatic: in ResolveMethodHandleForField()
9599 case DexFile::MethodHandleType::kInvokeStatic: { in ResolveMethodHandleForMethod()
9600 kind = mirror::MethodHandle::Kind::kInvokeStatic; in ResolveMethodHandleForMethod()
9772 case DexFile::MethodHandleType::kInvokeStatic: in ResolveMethodHandle()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc4161 if (mh.method_handle_type_ != static_cast<uint16_t>(DexFile::MethodHandleType::kInvokeStatic)) { in CheckCallSite()