Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofiling_info.h213 class ScopedProfilingInfoUse : public ValueObject {
215 ScopedProfilingInfoUse(jit::Jit* jit, ArtMethod* method, Thread* self);
216 ~ScopedProfilingInfoUse();
226 DISALLOW_COPY_AND_ASSIGN(ScopedProfilingInfoUse);
Dprofiling_info.cc148 ScopedProfilingInfoUse::ScopedProfilingInfoUse(jit::Jit* jit, ArtMethod* method, Thread* self) in ScopedProfilingInfoUse() function in art::ScopedProfilingInfoUse
159 ScopedProfilingInfoUse::~ScopedProfilingInfoUse() { in ~ScopedProfilingInfoUse()
/art/compiler/optimizing/
Dinliner.cc2224 ScopedProfilingInfoUse spiu(Runtime::Current()->GetJit(), resolved_method, Thread::Current()); in TryBuildAndInlineHelper()