Home
last modified time | relevance | path

Searched refs:ScopedProfilingInfoUse (Results 1 – 7 of 7) sorted by relevance

/aosp12/art/runtime/jit/
H A Dprofiling_info.h145 class ScopedProfilingInfoUse : public ValueObject {
147 ScopedProfilingInfoUse(jit::Jit* jit, ArtMethod* method, Thread* self);
148 ~ScopedProfilingInfoUse();
158 DISALLOW_COPY_AND_ASSIGN(ScopedProfilingInfoUse);
H A Dprofiling_info.cc109 ScopedProfilingInfoUse::ScopedProfilingInfoUse(jit::Jit* jit, ArtMethod* method, Thread* self) in ScopedProfilingInfoUse() function in art::ScopedProfilingInfoUse
118 ScopedProfilingInfoUse::~ScopedProfilingInfoUse() { in ~ScopedProfilingInfoUse()
/aosp12/art/compiler/optimizing/
H A Dinliner.cc623 ScopedProfilingInfoUse spiu(Runtime::Current()->GetJit(), caller, Thread::Current()); in GetInlineCacheJIT()
H A Dcode_generator_arm64.cc1129 ScopedProfilingInfoUse spiu( in MaybeIncrementHotness()
4387 ScopedProfilingInfoUse spiu( in MaybeGenerateInlineCacheCheck()
H A Dcode_generator_x86_64.cc1489 ScopedProfilingInfoUse spiu( in MaybeIncrementHotness()
2769 ScopedProfilingInfoUse spiu( in MaybeGenerateInlineCacheCheck()
H A Dcode_generator_arm_vixl.cc2134 ScopedProfilingInfoUse spiu( in MaybeIncrementHotness()
3469 ScopedProfilingInfoUse spiu( in MaybeGenerateInlineCacheCheck()
H A Dcode_generator_x86.cc1120 ScopedProfilingInfoUse spiu( in MaybeIncrementHotness()
2591 ScopedProfilingInfoUse spiu( in MaybeGenerateInlineCacheCheck()