Searched refs:ScopedProfilingInfoUse (Results 1 – 3 of 3) sorted by relevance
213 class ScopedProfilingInfoUse : public ValueObject {215 ScopedProfilingInfoUse(jit::Jit* jit, ArtMethod* method, Thread* self);216 ~ScopedProfilingInfoUse();226 DISALLOW_COPY_AND_ASSIGN(ScopedProfilingInfoUse);
148 ScopedProfilingInfoUse::ScopedProfilingInfoUse(jit::Jit* jit, ArtMethod* method, Thread* self) in ScopedProfilingInfoUse() function in art::ScopedProfilingInfoUse159 ScopedProfilingInfoUse::~ScopedProfilingInfoUse() { in ~ScopedProfilingInfoUse()
2224 ScopedProfilingInfoUse spiu(Runtime::Current()->GetJit(), resolved_method, Thread::Current()); in TryBuildAndInlineHelper()