Home
last modified time | relevance | path

Searched refs:GetArtMethod (Results 26 – 34 of 34) sorted by relevance

12

/art/compiler/optimizing/
Dcode_generator_arm64.cc1145 ProfilingInfo* info = GetGraph()->GetArtMethod()->GetProfilingInfo(kRuntimePointerSize); in MaybeIncrementHotness()
4290 ProfilingInfo* info = GetGraph()->GetArtMethod()->GetProfilingInfo(kRuntimePointerSize); in MaybeGenerateInlineCacheCheck()
Dcode_generator_x86_64.cc1420 ProfilingInfo* info = GetGraph()->GetArtMethod()->GetProfilingInfo(kRuntimePointerSize); in MaybeIncrementHotness()
2693 ProfilingInfo* info = GetGraph()->GetArtMethod()->GetProfilingInfo(kRuntimePointerSize); in MaybeGenerateInlineCacheCheck()
Dcode_generator_x86.cc1101 ProfilingInfo* info = GetGraph()->GetArtMethod()->GetProfilingInfo(kRuntimePointerSize); in MaybeIncrementHotness()
2416 ProfilingInfo* info = GetGraph()->GetArtMethod()->GetProfilingInfo(kRuntimePointerSize); in MaybeGenerateInlineCacheCheck()
Dcode_generator_arm_vixl.cc2108 ProfilingInfo* info = GetGraph()->GetArtMethod()->GetProfilingInfo(kRuntimePointerSize); in MaybeIncrementHotness()
3438 ProfilingInfo* info = GetGraph()->GetArtMethod()->GetProfilingInfo(kRuntimePointerSize); in MaybeGenerateInlineCacheCheck()
Dnodes.h680 ArtMethod* GetArtMethod() const { return art_method_; } in GetArtMethod() function
/art/runtime/gc/collector/
Dconcurrent_copying.cc2925 ArtMethod* method = gc_root_source->GetArtMethod(); in AssertToSpaceInvariant()
/art/dex2oat/linker/
Dimage_writer.cc3204 ArtMethod* src_method = src->GetArtMethod(); in FixupObject()
/art/runtime/gc/space/
Dimage_space.cc2965 ArtMethod* unpatched_method = as_executable->GetArtMethod<kVerifyNone>(); in DoRelocateSpaces()
/art/runtime/
Dclass_linker.cc5111 ArtMethod* m = mirror->GetArtMethod(); in CreateProxyClass()

12