Home
last modified time | relevance | path

Searched refs:GetArtMethod (Results 1 – 25 of 35) sorted by relevance

12

/aosp12/art/compiler/optimizing/
H A Dnodes_test.cc167 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 Dinliner.cc620 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 Dprepare_for_register_allocation.cc87 if (GetGraph()->GetArtMethod() != char_at_method) { in VisitBoundsCheck()
H A Dstack_map_stream.cc233 CHECK_EQ(inline_info.GetArtMethod(), method); in BeginInlineInfoEntry()
H A Dsharpening.cc89 if (callee == codegen->GetGraph()->GetArtMethod() && in SharpenLoadMethod()
H A Dscheduler_test.cc134 graph_->GetArtMethod(), in TestBuildDependencyGraphAndSchedule()
H A Dinstruction_builder.cc300 graph_->GetArtMethod(), in InitializeInstruction()
1009 graph_->GetArtMethod(), in BuildInvoke()
1187 graph_->GetArtMethod(), in BuildInvokePolymorphic()
1212 ArtMethod* referrer = graph_->GetArtMethod(); in BuildInvokePolymorphic()
H A Doptimizing_unit_test.h347 graph_->GetArtMethod(), in ManuallyBuildEnvFor()
/aosp12/art/test/595-profile-saving/
H A Dprofile-saving.cc41 ArtMethod* art_method = exec->GetArtMethod(); in Java_Main_ensureProfilingInfo()
71 ArtMethod* art_method = exec->GetArtMethod(); in Java_Main_presentInProfile()
/aosp12/art/runtime/
H A Dhidden_api_test.cc143 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 Dgc_root.h169 ArtMethod* GetArtMethod() const { in GetArtMethod() function
H A Dstack_map.cc348 vios->Stream() << ", method=" << GetArtMethod()->PrettyMethod(); in Dump()
H A Dstack_map.h192 ArtMethod* GetArtMethod() const { in GetArtMethod() function
H A Dart_method.cc111 return executable->GetArtMethod(); in FromReflectedMethod()
H A Dreflection.cc708 ArtMethod* m = executable->GetArtMethod(); in InvokeMethod()
/aosp12/art/test/664-aget-verifier/
H A Daget-verifier.cc36 ArtMethod* art_method = exec->GetArtMethod(); in Java_Main_testCompiled()
/aosp12/art/runtime/mirror/
H A Dexecutable-inl.h44 ArtMethod* orig = GetArtMethod<kVerifiyFlags>(); in VisitTarget()
H A Dexecutable.h38 ArtMethod* GetArtMethod() REQUIRES_SHARED(Locks::mutator_lock_) { in GetArtMethod() function
/aosp12/art/test/661-oat-writer-layout/
H A Doat_writer_layout.cc40 ArtMethod* art_method = exec->GetArtMethod(); in Java_Main_getOatMethodQuickCode()
/aosp12/art/runtime/entrypoints/
H A Dentrypoint_utils.cc115 soa.Decode<mirror::Method>(interface_method_jobj)->GetArtMethod(); in InvokeProxyInvocationHandler()
138 interface_method->GetArtMethod(), kRuntimePointerSize); in InvokeProxyInvocationHandler()
H A Dentrypoint_utils-inl.h65 return inline_info.GetArtMethod(); in GetResolvedMethod()
/aosp12/art/runtime/native/
H A Djava_lang_reflect_Constructor.cc66 ArtMethod* constructor_art_method = m->GetArtMethod(); in Constructor_newInstance0()
H A Djava_lang_reflect_Executable.cc163 ArtMethod* art_method = executable.Get()->GetArtMethod(); in Executable_getParameters0()
H A Djava_lang_Class.cc549 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 Dunstarted_runtime.cc391 if (method != nullptr && ShouldDenyAccessToMember(method->GetArtMethod(), shadow_frame)) { in UnstartedClassGetDeclaredMethod()
412 ShouldDenyAccessToMember(constructor->GetArtMethod(), shadow_frame)) { in UnstartedClassGetDeclaredConstructor()

12