Home
last modified time | relevance | path

Searched refs:Lookup (Results 1 – 23 of 23) sorted by relevance

/art/test/953-invoke-polymorphic-compiler/src/
DMain.java19 import java.lang.invoke.MethodHandles.Lookup;
227 MethodHandles.Lookup lookup = MethodHandles.lookup(); in $opt$ReturnBooleanTest()
255 MethodHandles.Lookup lookup = MethodHandles.lookup(); in $opt$ReturnCharTest()
264 MethodHandles.Lookup lookup = MethodHandles.lookup(); in $opt$ReturnByteTest()
273 MethodHandles.Lookup lookup = MethodHandles.lookup(); in $opt$ReturnShortTest()
282 MethodHandles.Lookup lookup = MethodHandles.lookup(); in $opt$ReturnIntTest()
291 MethodHandles.Lookup lookup = MethodHandles.lookup(); in $opt$ReturnLongTest()
300 MethodHandles.Lookup lookup = MethodHandles.lookup(); in $opt$ReturnFloatTest()
309 MethodHandles.Lookup lookup = MethodHandles.lookup(); in $opt$ReturnDoubleTest()
318 MethodHandles.Lookup lookup = MethodHandles.lookup(); in $opt$ReturnStringTest()
[all …]
/art/test/dexdump/
Dinvoke-custom.lst7 0x00000a6c 72 invokecustom.InvokeCustom bsmCreateCallSite (Ljava/lang/invoke/MethodHandles$Lookup;L…
8 0x00000ac4 58 invokecustom.InvokeCustom bsmLookupStatic (Ljava/lang/invoke/MethodHandles$Lookup;Lja…
9 …vokeCustom bsmLookupStaticWithExtraArgs (Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;…
10 0x00000bc4 270 invokecustom.InvokeCustom bsmLookupTest9 (Ljava/lang/invoke/MethodHandles$Lookup;Lja…
Dinvoke-custom.txt219 …type : '(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/Metho…
226 …kecustom.InvokeCustom.bsmCreateCallSite:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;…
249 0x0000 - 0x0024 reg=3 (null) Ljava/lang/invoke/MethodHandles$Lookup;
256 …type : '(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/Metho…
263 …vokecustom.InvokeCustom.bsmLookupStatic:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;…
267 …}, Ljava/lang/invoke/MethodHandles;.lookup:()Ljava/lang/invoke/MethodHandles$Lookup; // method@0046
269 … |000b: invoke-virtual {v0}, Ljava/lang/invoke/MethodHandles$Lookup;.lookupClass:()Lja…
271 … |000f: invoke-virtual {v0, v1, v3, v4}, Ljava/lang/invoke/MethodHandles$Lookup;.findStatic:(Ljava…
285 0x0000 - 0x001d reg=2 (null) Ljava/lang/invoke/MethodHandles$Lookup;
291 …type : '(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/Metho…
[all …]
/art/test/959-invoke-polymorphic-accessors/
Dexpected.txt2 Passed MethodHandles.Lookup tests for accessors.
/art/test/952-invoke-custom/generator/
DTestLinkerMethodMinimalArguments.java41 argumentTypes = {MethodHandles.Lookup.class, String.class, MethodType.class},
55 private static CallSite linkerMethod(MethodHandles.Lookup caller, String name, in linkerMethod()
DTestLinkerMethodMultipleArgumentTypes.java36 argumentTypes = {MethodHandles.Lookup.class, String.class, MethodType.class,
53 private static CallSite linkerMethod(MethodHandles.Lookup caller, String name, in linkerMethod()
DTestInvokeCustomWithConcurrentThreads.java78 argumentTypes = {MethodHandles.Lookup.class, String.class, MethodType.class}),
89 private static CallSite linkerMethod(MethodHandles.Lookup caller, in linkerMethod()
/art/runtime/
Dtype_lookup_table_test.cc50 uint32_t class_def_idx = table->Lookup(descriptor, hash); in TEST_P()
Dclass_table_test.cc91 EXPECT_EQ(table.Lookup(descriptor_x, ComputeModifiedUtf8Hash(descriptor_x)), h_X.Get()); in TEST_F()
92 EXPECT_EQ(table.Lookup("NOT_THERE", ComputeModifiedUtf8Hash("NOT_THERE")), nullptr); in TEST_F()
Dtype_lookup_table.h44 ALWAYS_INLINE uint32_t Lookup(const char* str, uint32_t hash) const { in Lookup() function
Dimt_conflict_table.h134 ArtMethod* Lookup(ArtMethod* interface_method, PointerSize pointer_size) const { in Lookup() function
Dclass_table.h195 mirror::Class* Lookup(const char* descriptor, size_t hash)
Dclass_table.cc132 mirror::Class* ClassTable::Lookup(const char* descriptor, size_t hash) { in Lookup() function in art::ClassTable
Doat_file.cc1480 const uint32_t class_def_idx = oat_dex_file->GetTypeLookupTable()->Lookup(descriptor, hash); in FindClassDef()
Dclass_linker.cc2792 old = class_table->Lookup(descriptor, hash); in FindClass()
3985 ObjPtr<mirror::Class> existing = class_table->Lookup(descriptor, hash); in InsertClass()
4039 ObjPtr<mirror::Class> result = class_table->Lookup(descriptor, hash); in LookupClass()
4081 ObjPtr<mirror::Class> klass = class_table->Lookup(descriptor_, hash_); in Visit()
4100 ObjPtr<mirror::Class> klass = boot_class_table_->Lookup(descriptor, hash); in LookupClasses()
9065 klass = data.class_table->Lookup(descriptor, ComputeModifiedUtf8Hash(descriptor)); in FindMethodForProxy()
/art/test/955-methodhandles-smali/smali/
DMain.smali26 …-static {}, Ljava/lang/invoke/MethodHandles;->publicLookup()Ljava/lang/invoke/MethodHandles$Lookup;
29 # Call Lookup.findVirtual(defc, name, type);
30 …invoke-virtual {v0, p0, p1, p2}, Ljava/lang/invoke/MethodHandles$Lookup;->findVirtual(Ljava/lang/C…
43 …-static {}, Ljava/lang/invoke/MethodHandles;->publicLookup()Ljava/lang/invoke/MethodHandles$Lookup;
46 # Call Lookup.findStatic(defc, name, type);
47 …invoke-virtual {v0, p0, p1, p2}, Ljava/lang/invoke/MethodHandles$Lookup;->findStatic(Ljava/lang/Cl…
/art/compiler/optimizing/
Dgvn.cc86 DCHECK(Lookup(instruction) == nullptr); in Add()
99 HInstruction* Lookup(HInstruction* instruction) const { in Lookup() function in art::ValueSet
495 HInstruction* existing = set->Lookup(current); in VisitBasicBlock()
/art/test/959-invoke-polymorphic-accessors/src/
DMain.java550 MethodHandles.Lookup lookup = MethodHandles.lookup(); in main()
696 MethodHandles.Lookup lookup = MethodHandles.lookup(); in main()
739 MethodHandles.Lookup lookup = MethodHandles.lookup(); in testStaticGetter()
762 MethodHandles.Lookup lookup = MethodHandles.lookup(); in testMemberGetter()
795 MethodHandles.Lookup lookup = MethodHandles.lookup(); in testMemberSetter()
856 MethodHandles.Lookup lookup = MethodHandles.lookup(); in testStaticSetter()
/art/test/958-methodhandle-stackframe/src-art/
DMain.java19 import java.lang.invoke.MethodHandles.Lookup;
/art/test/956-methodhandles/src/
DMain.java20 import java.lang.invoke.MethodHandles.Lookup;
41 public static final Lookup lookup = MethodHandles.lookup();
49 public static final Lookup lookup = MethodHandles.lookup();
53 public static final Lookup lookup = MethodHandles.lookup();
61 public static final Lookup lookup = MethodHandles.lookup();
65 public static final Lookup lookup = MethodHandles.lookup();
237 static final MethodHandles.Lookup lookup = MethodHandles.lookup();
1112 public static MethodHandles.Lookup lookup() { in lookup()
/art/build/
DAndroid.gtest.mk45 Lookup \
134 ART_GTEST_type_lookup_table_test_DEX_DEPS := Lookup
/art/test/957-methodhandle-transforms/src/
DMain.java19 import java.lang.invoke.MethodHandles.Lookup;
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2504 method = current_table->Lookup(interface_method, kRuntimePointerSize); in artInvokeInterfaceTrampoline()