Home
last modified time | relevance | path

Searched defs:handles (Results 1 – 14 of 14) sorted by relevance

/art/test/1976-hello-structural-static-methods/src/art/
DTest1976.java127 public static void runMethodHandles(MethodHandleWrapper[] handles) throws Exception { in runMethodHandles()
161 MethodHandleWrapper[] handles = getMethodHandles(methods); in doTest() local
/art/compiler/optimizing/
Dreference_type_propagation_test.cc49 void SetupPropagation(VariableSizedHandleScope* handles) { in SetupPropagation()
177 VariableSizedHandleScope handles(soa.Self()); in TEST_F() local
186 VariableSizedHandleScope handles(soa.Self()); in TEST_F() local
218 VariableSizedHandleScope handles(soa.Self()); in TEST_F() local
266 VariableSizedHandleScope handles(soa.Self()); in RunVisitListTest() local
368 VariableSizedHandleScope handles(soa.Self()); in RunVisitListTest() local
Dsharpening.cc382 VariableSizedHandleScope* handles) { in ProcessLoadString()
Doptimizing_compiler.cc1050 VariableSizedHandleScope handles(soa.Self()); in Compile() local
1166 VariableSizedHandleScope handles(soa.Self()); in JniCompile() local
1346 VariableSizedHandleScope handles(self); in JitCompile() local
Dnodes.cc51 ReferenceTypeInfo::TypeHandle HandleCache::CreateRootHandle(VariableSizedHandleScope* handles, in CreateRootHandle()
Dnodes.h315 explicit HandleCache(VariableSizedHandleScope* handles) : handles_(handles) { } in HandleCache()
/art/test/1975-hello-structural-transformation/src/art/
DTest1975.java170 public static void readMethodHandles(MethodHandleWrapper[] handles) throws Exception { in readMethodHandles()
197 MethodHandleWrapper[] handles = getMethodHandles(Transform1975.class.getFields()); in doTest() local
/art/runtime/
Dhandle_scope_test.cc108 std::vector<Handle<mirror::Object>> handles; in TEST_F() local
Druntime_image.cc426 ClassTableVisitor(Handle<mirror::ClassLoader> loader, VariableSizedHandleScope& handles) in ClassTableVisitor()
587 VariableSizedHandleScope handles(self); in EmitClasses() local
1049 VariableSizedHandleScope handles(soa.Self()); in WriteObjects() local
1663 explicit CollectDexCacheVisitor(VariableSizedHandleScope& handles) : handles_(handles) {} in CollectDexCacheVisitor()
1680 VariableSizedHandleScope& handles) in FindDexCaches()
/art/test/1981-structural-redef-private-method-handles/src/art/
DTest1981.java179 MethodHandle[] handles = in doTest() local
/art/runtime/jit/
Djit.cc1420 VariableSizedHandleScope handles(self); in CompileMethodsFromBootProfile() local
/art/openjdkjvmti/
Dti_stack.cc561 std::vector<art::Handle<art::mirror::Object>> handles; in GetThreadListStackTraces() member
/art/runtime/arch/
Dstub_test.cc853 std::vector<Handle<mirror::Object>> handles; in TEST_F() local
/art/dex2oat/linker/
Dimage_writer.cc1069 VariableSizedHandleScope handles(self); in CreateImageRoots() local