/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 | inliner.cc | 678 ArtMethod* caller = graph_->GetArtMethod(); in GetInlineCacheJIT() 954 ArtMethod* outermost_art_method = outermost_graph_->GetArtMethod(); in AddTypeGuard() 1429 if (current->graph_->GetArtMethod() == method) { in CountRecursiveCallsOf() 1805 ArtMethod* const resolved_method = callee_graph->GetArtMethod(); in SubstituteArguments() 1860 ArtMethod* const resolved_method = callee_graph->GetArtMethod(); in CanInlineBody() 2141 LOG_NOTE() << "Calls in " << callee_graph->GetArtMethod()->PrettyMethod() in RunOptimizations() 2150 LOG_NOTE() << "Calls in " << callee_graph->GetArtMethod()->PrettyMethod() in RunOptimizations()
|
D | prepare_for_register_allocation.cc | 87 if (GetGraph()->GetArtMethod() != char_at_method) { in VisitBoundsCheck()
|
D | optimizing_unit_test.h | 240 graph_->GetArtMethod(), in ManuallyBuildEnvFor()
|
D | stack_map_stream.cc | 219 CHECK_EQ(inline_info.GetArtMethod(), method); in BeginInlineInfoEntry()
|
D | sharpening.cc | 86 if (callee == codegen->GetGraph()->GetArtMethod() && !codegen->GetGraph()->IsDebuggable()) { in SharpenInvokeStaticOrDirect()
|
D | scheduler_test.cc | 134 graph_->GetArtMethod(), in TestBuildDependencyGraphAndSchedule()
|
D | instruction_builder.cc | 263 graph_->GetArtMethod(), in InitializeInstruction() 967 graph_->GetArtMethod(), in BuildInvoke() 1094 graph_->GetArtMethod(), in BuildInvokePolymorphic()
|
/art/test/664-aget-verifier/ |
D | aget-verifier.cc | 36 ArtMethod* art_method = exec->GetArtMethod(); in Java_Main_testCompiled()
|
/art/runtime/mirror/ |
D | executable-inl.h | 44 ArtMethod* orig = GetArtMethod<kVerifiyFlags>(); in VisitTarget()
|
D | executable.h | 36 ArtMethod* GetArtMethod() REQUIRES_SHARED(Locks::mutator_lock_) { in GetArtMethod() function
|
/art/test/661-oat-writer-layout/ |
D | oat_writer_layout.cc | 40 ArtMethod* art_method = exec->GetArtMethod(); in Java_Main_getOatMethodQuickCode()
|
/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 | 547 if (result == nullptr || ShouldDenyAccessToMember(result->GetArtMethod(), soa.Self())) { in Class_getDeclaredConstructorInternal() 620 if (result == nullptr || ShouldDenyAccessToMember(result->GetArtMethod(), soa.Self())) { in Class_getDeclaredMethodInternal()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 115 soa.Decode<mirror::Method>(interface_method_jobj)->GetArtMethod(); in InvokeProxyInvocationHandler() 138 interface_method->GetArtMethod(), kRuntimePointerSize); in InvokeProxyInvocationHandler()
|
D | entrypoint_utils-inl.h | 65 return inline_info.GetArtMethod(); in GetResolvedMethod()
|
/art/runtime/ |
D | gc_root.h | 169 ArtMethod* GetArtMethod() const { in GetArtMethod() function
|
D | stack_map.cc | 348 vios->Stream() << ", method=" << GetArtMethod()->PrettyMethod(); in Dump()
|
D | stack_map.h | 192 ArtMethod* GetArtMethod() const { in GetArtMethod() function
|
D | art_method.cc | 108 return executable->GetArtMethod(); in FromReflectedMethod()
|
D | reflection.cc | 699 ArtMethod* m = executable->GetArtMethod(); in InvokeMethod()
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 386 if (method != nullptr && ShouldDenyAccessToMember(method->GetArtMethod(), shadow_frame)) { in UnstartedClassGetDeclaredMethod() 407 ShouldDenyAccessToMember(constructor->GetArtMethod(), shadow_frame)) { in UnstartedClassGetDeclaredConstructor()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1192 caller = inline_info.GetArtMethod(); in DumpB74410240DebugData()
|