Home
last modified time | relevance | path

Searched refs:Method (Results 351 – 375 of 405) sorted by relevance

1...<<11121314151617

/art/test/004-ThreadStress/src-art/
DMain.java90 private final static Method kill;
96 Method killTemp = null;
100 Method getpid = osClass.getDeclaredMethod("getpid");
/art/test/082-inline-execute/src/
DMain.java19 import java.lang.reflect.Method;
1437 static Method address_of;
1438 static Method new_non_movable_array;
1439 static Method peek_byte;
1440 static Method peek_short;
1441 static Method peek_int;
1442 static Method peek_long;
1443 static Method poke_byte;
1444 static Method poke_short;
1445 static Method poke_int;
[all …]
/art/runtime/native/
Djava_lang_Class.cc613 Handle<mirror::Method> result = hs.NewHandle( in Class_getDeclaredMethodInternal()
648 auto ret = hs.NewHandle(mirror::ObjectArray<mirror::Method>::Alloc( in Class_getDeclaredMethodsUnchecked()
649 soa.Self(), GetClassRoot<mirror::ObjectArray<mirror::Method>>(), num_methods)); in Class_getDeclaredMethodsUnchecked()
661 ObjPtr<mirror::Method> method = in Class_getDeclaredMethodsUnchecked()
662 mirror::Method::CreateFromArtMethod<kRuntimePointerSize>(soa.Self(), &m); in Class_getDeclaredMethodsUnchecked()
791 if (GetClassRoot<mirror::Method>() == method->GetClass()) { in Class_getEnclosingMethodNative()
Djava_lang_reflect_Executable.cc162 Handle<mirror::Method> executable = hs.NewHandle(soa.Decode<mirror::Method>(javaMethod)); in Executable_getParameters0()
/art/test/1926-missed-frame-pop/src/art/
DTest1926.java24 import java.lang.reflect.Method;
/art/dexlist/
Ddexlist.cc145 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in dumpClass()
/art/test/115-native-bridge/
Dexpected.txt14 name:testGetMirandaMethodNative, signature:()Ljava/lang/reflect/Method;, shorty:L.
/art/test/1928-exception-event-exception/src/art/
DTest1928.java22 import java.lang.reflect.Method;
/art/test/1927-exception-event/src/art/
DTest1927.java22 import java.lang.reflect.Method;
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc94 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in ProcessDexFiles()
312 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in ProcessDexFile()
578 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in ProcessDexFile()
Ddexanalyze_bytecode.cc117 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in ProcessDexFiles()
134 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in ProcessDexFiles()
/art/tools/veridex/
Dhidden_api_finder.cc63 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in CollectAccesses()
/art/runtime/mirror/
Dclass.cc1451 ObjPtr<Method> Class::GetDeclaredMethodInternal( in GetDeclaredMethodInternal()
1491 return Method::CreateFromArtMethod<kPointerSize>(self, &m); in GetDeclaredMethodInternal()
1530 return Method::CreateFromArtMethod<kPointerSize>(self, &m); in GetDeclaredMethodInternal()
1540 ? Method::CreateFromArtMethod<kPointerSize>(self, result) in GetDeclaredMethodInternal()
1545 ObjPtr<Method> Class::GetDeclaredMethodInternal<PointerSize::k32>(
1552 ObjPtr<Method> Class::GetDeclaredMethodInternal<PointerSize::k64>(
/art/runtime/dex/
Ddex_file_annotations.cc533 ? mirror::Method::CreateFromArtMethod<PointerSize::k64>(self, method) in ProcessAnnotationValue()
534 : mirror::Method::CreateFromArtMethod<PointerSize::k32>(self, method); in ProcessAnnotationValue()
731 ObjPtr<mirror::Method> method_obj_ptr = (pointer_size == PointerSize::k64) in CreateAnnotationMember()
732 ? mirror::Method::CreateFromArtMethod<PointerSize::k64>(self, annotation_method) in CreateAnnotationMember()
733 : mirror::Method::CreateFromArtMethod<PointerSize::k32>(self, annotation_method); in CreateAnnotationMember()
734 Handle<mirror::Method> method_object(hs.NewHandle(method_obj_ptr)); in CreateAnnotationMember()
/art/dexdump/
Ddexdump_cfg.cc36 void DumpMethodCFG(const ClassAccessor::Method& method, std::ostream& os) { in DumpMethodCFG()
Ddexdump.cc1257 static void dumpMethod(const ClassAccessor::Method& method, int i) { in dumpMethod()
1436 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in dumpCfg()
1587 for (const ClassAccessor::Method& method : accessor.GetDirectMethods()) { in dumpClass()
1597 for (const ClassAccessor::Method& method : accessor.GetVirtualMethods()) { in dumpClass()
/art/runtime/verifier/
Dclass_verifier.cc254 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in VerifyClass()
/art/dex2oat/
Ddex2oat_test.cc983 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in CheckResult()
1365 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in TEST_F()
1474 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in TEST_F()
1498 for (const ClassAccessor::Method& method2 : accessor.GetMethods()) { in TEST_F()
1555 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in TEST_F()
2007 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in TEST_F()
2320 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in TEST_F()
/art/test/476-checker-ctor-fence-redun-elim/src/
DMain.java19 import java.lang.reflect.Method;
/art/test/044-proxy/src/
DReturnsAndArgPassing.java56 public Object invoke(Object proxy, Method method, Object[] args) { in invoke()
/art/runtime/
Dhidden_api.h187 explicit MemberSignature(const ClassAccessor::Method& method);
Dvdex_file.cc329 for (const ClassAccessor::Method& method : class_accessor.GetMethods()) { in UnquickenDexFile()
/art/test/953-invoke-polymorphic-compiler/src/
DMain.java24 import java.lang.reflect.Method;
/art/test/100-reflect2/src/
DMain.java195 Method m; in testMethodReflection()
/art/dex2oat/driver/
Dcompiler_driver.cc706 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in ResolveConstStrings()
759 const ClassAccessor::Method& method) in InitializeTypeCheckBitstrings()
807 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in InitializeTypeCheckBitstrings()
1691 auto method_visitor = [&](const ClassAccessor::Method& method) in Visit()
1894 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in FastVerify()
2770 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in CompileDexFile()

1...<<11121314151617