/art/test/595-profile-saving/ |
D | profile-saving.cc | 41 ArtMethod* art_method = exec->GetArtMethod(); in Java_Main_ensureProfilingInfo() 59 ArtMethod* art_method = exec->GetArtMethod(); in Java_Main_presentInProfile()
|
/art/compiler/optimizing/ |
D | nodes_test.cc | 55 GetAllocator(), 1, graph->GetArtMethod(), 0, null_check); in TEST_F() 131 GetAllocator(), 1, graph->GetArtMethod(), 0, with_environment); in TEST_F() 141 GetAllocator(), 1, graph->GetArtMethod(), 0, nullptr); in TEST_F() 147 GetAllocator(), 1, graph->GetArtMethod(), 0, nullptr); in TEST_F()
|
D | prepare_for_register_allocation.cc | 87 if (GetGraph()->GetArtMethod() != char_at_method) { in VisitBoundsCheck()
|
D | optimizing_unit_test.h | 243 graph_->GetArtMethod(), in ManuallyBuildEnvFor()
|
D | sharpening.cc | 85 if (callee == codegen->GetGraph()->GetArtMethod() && !codegen->GetGraph()->IsDebuggable()) { in SharpenInvokeStaticOrDirect()
|
D | inliner.cc | 662 ArtMethod* caller = graph_->GetArtMethod(); in GetInlineCacheJIT() 940 ArtMethod* outermost_art_method = outermost_graph_->GetArtMethod(); in AddTypeGuard() 1418 if (current->graph_->GetArtMethod() == method) { in CountRecursiveCallsOf() 2075 LOG_NOTE() << "Calls in " << callee_graph->GetArtMethod()->PrettyMethod() in RunOptimizations() 2084 LOG_NOTE() << "Calls in " << callee_graph->GetArtMethod()->PrettyMethod() in RunOptimizations()
|
D | stack_map_stream.cc | 207 CHECK_EQ(inline_info.GetArtMethod(), method); in BeginInlineInfoEntry()
|
D | scheduler_test.cc | 140 graph_->GetArtMethod(), in TestBuildDependencyGraphAndSchedule()
|
D | instruction_builder.cc | 263 graph_->GetArtMethod(), in InitializeInstruction() 826 graph_->GetArtMethod(), in ResolveMethod() 837 if (graph_->GetArtMethod() == nullptr) { in ResolveMethod()
|
/art/test/664-aget-verifier/ |
D | aget-verifier.cc | 36 ArtMethod* art_method = exec->GetArtMethod(); in Java_Main_testCompiled()
|
/art/test/661-oat-writer-layout/ |
D | oat_writer_layout.cc | 40 ArtMethod* art_method = exec->GetArtMethod(); in Java_Main_getOatMethodQuickCode()
|
/art/runtime/mirror/ |
D | executable.h | 40 ArtMethod* GetArtMethod() REQUIRES_SHARED(Locks::mutator_lock_) { in GetArtMethod() function
|
/art/runtime/native/ |
D | java_lang_reflect_Constructor.cc | 66 ArtMethod* constructor_art_method = m->GetArtMethod(); in Constructor_newInstance0()
|
D | java_lang_reflect_Executable.cc | 163 ArtMethod* art_method = executable.Get()->GetArtMethod(); in Executable_getParameters0()
|
D | java_lang_Class.cc | 505 if (result == nullptr || ShouldDenyAccessToMember(result->GetArtMethod(), soa.Self())) { in Class_getDeclaredConstructorInternal() 569 if (result == nullptr || ShouldDenyAccessToMember(result->GetArtMethod(), soa.Self())) { in Class_getDeclaredMethodInternal()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 112 soa.Decode<mirror::Method>(interface_method_jobj)->GetArtMethod(); in InvokeProxyInvocationHandler() 135 interface_method->GetArtMethod(), kRuntimePointerSize); in InvokeProxyInvocationHandler()
|
D | entrypoint_utils-inl.h | 64 return inline_info.GetArtMethod(); in GetResolvedMethod()
|
/art/runtime/ |
D | gc_root.h | 168 ArtMethod* GetArtMethod() const { in GetArtMethod() function
|
D | stack_map.cc | 312 vios->Stream() << ", method=" << GetArtMethod()->PrettyMethod(); in Dump()
|
D | stack_map.h | 193 ArtMethod* GetArtMethod() const { in GetArtMethod() function
|
D | art_method.cc | 105 return executable->GetArtMethod(); in FromReflectedMethod()
|
D | reflection.cc | 661 ArtMethod* m = executable->GetArtMethod(); in InvokeMethod()
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 420 if (method != nullptr && ShouldDenyAccessToMember(method->GetArtMethod(), shadow_frame)) { in UnstartedClassGetDeclaredMethod() 458 ShouldDenyAccessToMember(constructor->GetArtMethod(), shadow_frame)) { in UnstartedClassGetDeclaredConstructor()
|
/art/runtime/gc/space/ |
D | image_space.cc | 1709 ArtMethod* unpatched_method = as_executable->GetArtMethod<kVerifyNone>(); in DoRelocateSpaces()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1274 caller = inline_info.GetArtMethod(); in DumpB74410240DebugData()
|