Home
last modified time | relevance | path

Searched defs:method (Results 301 – 317 of 317) sorted by relevance

1...<<111213

/art/runtime/jni/
Dcheck_jni.cc637 ObjPtr<mirror::Object> method = soa.Decode<mirror::Object>(jmethod); in CheckReflectedMethod() local
656 ArtMethod* method = jni::DecodeArtMethod(mid); in CheckConstructor() local
1887 static jmethodID FromReflectedMethod(JNIEnv* env, jobject method) { in FromReflectedMethod()
Djava_vm_ext.cc597 bool JavaVMExt::ShouldTrace(ArtMethod* method) { in ShouldTrace()
Djni_internal.cc230 ArtMethod* method = soa.Self()->GetCurrentMethod(nullptr); in GetClassLoader() local
323 ArtMethod* method = nullptr; in FindMethodJNI() local
473 for (auto& method : c->GetMethods(pointer_size)) { in FindMethod() local
532 ObjPtr<mirror::Executable> method; in ToReflectedMethod() local
/art/tools/hiddenapi/
Dhiddenapi_test.cc212 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in GetMethodHiddenFlags() local
/art/dexlayout/
Ddex_ir_builder.cc1226 const ClassAccessor::Method& method) { in GenerateMethodItem()
Ddexlayout.cc454 std::string method("<method?>"); in IndexString() local
/art/runtime/interpreter/
Dunstarted_runtime.cc381 ObjPtr<mirror::Method> method = (pointer_size == PointerSize::k64) in UnstartedClassGetDeclaredMethod() local
2018 void UnstartedRuntime::Jni(Thread* self, ArtMethod* method, mirror::Object* receiver, in Jni()
/art/compiler/optimizing/
Dcode_generator.cc925 ArtMethod* method = invoke->GetResolvedMethod(); in GetBootImageOffset() local
Dinstruction_simplifier.cc2276 ArtMethod* method = nullptr; in SimplifySystemArrayCopy() local
Dnodes.cc3161 void HInvoke::SetResolvedMethod(ArtMethod* method) { in SetResolvedMethod()
Dnodes.h657 void AddCHASingleImplementationDependency(ArtMethod* method) { in AddCHASingleImplementationDependency()
681 void SetArtMethod(ArtMethod* method) { art_method_ = method; } in SetArtMethod()
1984 ArtMethod* method, in HEnvironment()
Dcode_generator_arm64.cc1132 Register method = is_frame_entry ? kArtMethodRegister : temps.AcquireX(); in MaybeIncrementHotness() local
Dcode_generator_x86_64.cc1404 Register method = kMethodRegisterArgument; in MaybeIncrementHotness() local
Dcode_generator_arm_vixl.cc9031 ArtMethod* method) { in GetSupportedInvokeStaticOrDirectDispatch()
/art/runtime/hprof/
Dhprof.cc701 ArtMethod* method = frame->GetMethod(); in WriteStackTraces() local
/art/libprofile/profile/
Dprofile_compilation_info.cc211 for (const ProfileMethodInfo& method : methods) { in AddMethods() local
/art/runtime/gc/collector/
Dconcurrent_copying.cc2925 ArtMethod* method = gc_root_source->GetArtMethod(); in AssertToSpaceInvariant() local

1...<<111213