/aosp12/art/compiler/optimizing/ |
H A D | nodes_test.cc | 167 GetAllocator(), 1, graph->GetArtMethod(), 0, null_check); in TEST_F() 243 GetAllocator(), 1, graph->GetArtMethod(), 0, with_environment); in TEST_F() 253 GetAllocator(), 1, graph->GetArtMethod(), 0, nullptr); in TEST_F() 259 GetAllocator(), 1, graph->GetArtMethod(), 0, nullptr); in TEST_F()
|
H A D | inliner.cc | 620 ArtMethod* caller = graph_->GetArtMethod(); in GetInlineCacheJIT() 845 ArtMethod* outermost_art_method = outermost_graph_->GetArtMethod(); in AddTypeGuard() 1303 if (current->graph_->GetArtMethod() == method) { in CountRecursiveCallsOf() 1708 ArtMethod* const resolved_method = callee_graph->GetArtMethod(); in SubstituteArguments() 1762 ArtMethod* const resolved_method = callee_graph->GetArtMethod(); in CanInlineBody() 2031 LOG_NOTE() << "Calls in " << callee_graph->GetArtMethod()->PrettyMethod() in RunOptimizations() 2040 LOG_NOTE() << "Calls in " << callee_graph->GetArtMethod()->PrettyMethod() in RunOptimizations()
|
H A D | prepare_for_register_allocation.cc | 87 if (GetGraph()->GetArtMethod() != char_at_method) { in VisitBoundsCheck()
|
H A D | stack_map_stream.cc | 233 CHECK_EQ(inline_info.GetArtMethod(), method); in BeginInlineInfoEntry()
|
H A D | sharpening.cc | 89 if (callee == codegen->GetGraph()->GetArtMethod() && in SharpenLoadMethod()
|
H A D | scheduler_test.cc | 134 graph_->GetArtMethod(), in TestBuildDependencyGraphAndSchedule()
|
H A D | instruction_builder.cc | 300 graph_->GetArtMethod(), in InitializeInstruction() 1009 graph_->GetArtMethod(), in BuildInvoke() 1187 graph_->GetArtMethod(), in BuildInvokePolymorphic() 1212 ArtMethod* referrer = graph_->GetArtMethod(); in BuildInvokePolymorphic()
|
H A D | optimizing_unit_test.h | 347 graph_->GetArtMethod(), in ManuallyBuildEnvFor()
|
/aosp12/art/test/595-profile-saving/ |
H A D | profile-saving.cc | 41 ArtMethod* art_method = exec->GetArtMethod(); in Java_Main_ensureProfilingInfo() 71 ArtMethod* art_method = exec->GetArtMethod(); in Java_Main_presentInProfile()
|
/aosp12/art/runtime/ |
H A D | hidden_api_test.cc | 143 class1_init_ = GetArtMethod("mypackage/packagea/Class1", "<init>", "()V"); in SetUp() 144 class1_method1_ = GetArtMethod("mypackage/packagea/Class1", "method1", "()V"); in SetUp() 145 class1_method1_i_ = GetArtMethod("mypackage/packagea/Class1", "method1", "(I)V"); in SetUp() 146 class1_method12_ = GetArtMethod("mypackage/packagea/Class1", "method12", "()V"); in SetUp() 148 class12_method1_ = GetArtMethod("mypackage/packagea/Class12", "method1", "()V"); in SetUp() 150 class2_method1_ = GetArtMethod("mypackage/packagea/Class2", "method1", "()V"); in SetUp() 151 class2_method1_i_ = GetArtMethod("mypackage/packagea/Class2", "method1", "(I)V"); in SetUp() 153 class3_method1_ = GetArtMethod("mypackage/packageb/Class3", "method1", "()V"); in SetUp() 154 class3_method1_i_ = GetArtMethod("mypackage/packageb/Class3", "method1", "(I)V"); in SetUp() 157 ArtMethod* GetArtMethod(const char* class_name, const char* name, const char* signature) { in GetArtMethod() function in art::HiddenApiTest
|
H A D | gc_root.h | 169 ArtMethod* GetArtMethod() const { in GetArtMethod() function
|
H A D | stack_map.cc | 348 vios->Stream() << ", method=" << GetArtMethod()->PrettyMethod(); in Dump()
|
H A D | stack_map.h | 192 ArtMethod* GetArtMethod() const { in GetArtMethod() function
|
H A D | art_method.cc | 111 return executable->GetArtMethod(); in FromReflectedMethod()
|
H A D | reflection.cc | 708 ArtMethod* m = executable->GetArtMethod(); in InvokeMethod()
|
/aosp12/art/test/664-aget-verifier/ |
H A D | aget-verifier.cc | 36 ArtMethod* art_method = exec->GetArtMethod(); in Java_Main_testCompiled()
|
/aosp12/art/runtime/mirror/ |
H A D | executable-inl.h | 44 ArtMethod* orig = GetArtMethod<kVerifiyFlags>(); in VisitTarget()
|
H A D | executable.h | 38 ArtMethod* GetArtMethod() REQUIRES_SHARED(Locks::mutator_lock_) { in GetArtMethod() function
|
/aosp12/art/test/661-oat-writer-layout/ |
H A D | oat_writer_layout.cc | 40 ArtMethod* art_method = exec->GetArtMethod(); in Java_Main_getOatMethodQuickCode()
|
/aosp12/art/runtime/entrypoints/ |
H A D | entrypoint_utils.cc | 115 soa.Decode<mirror::Method>(interface_method_jobj)->GetArtMethod(); in InvokeProxyInvocationHandler() 138 interface_method->GetArtMethod(), kRuntimePointerSize); in InvokeProxyInvocationHandler()
|
H A D | entrypoint_utils-inl.h | 65 return inline_info.GetArtMethod(); in GetResolvedMethod()
|
/aosp12/art/runtime/native/ |
H A D | java_lang_reflect_Constructor.cc | 66 ArtMethod* constructor_art_method = m->GetArtMethod(); in Constructor_newInstance0()
|
H A D | java_lang_reflect_Executable.cc | 163 ArtMethod* art_method = executable.Get()->GetArtMethod(); in Executable_getParameters0()
|
H A D | java_lang_Class.cc | 549 if (result == nullptr || ShouldDenyAccessToMember(result->GetArtMethod(), soa.Self())) { in Class_getDeclaredConstructorInternal() 622 if (result == nullptr || ShouldDenyAccessToMember(result->GetArtMethod(), soa.Self())) { in Class_getDeclaredMethodInternal()
|
/aosp12/art/runtime/interpreter/ |
H A D | unstarted_runtime.cc | 391 if (method != nullptr && ShouldDenyAccessToMember(method->GetArtMethod(), shadow_frame)) { in UnstartedClassGetDeclaredMethod() 412 ShouldDenyAccessToMember(constructor->GetArtMethod(), shadow_frame)) { in UnstartedClassGetDeclaredConstructor()
|