Home
last modified time | relevance | path

Searched defs:callee (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jit/
Djit.h121 void NotifyCompiledCodeToInterpreterTransition(Thread* self, ArtMethod* callee) in NotifyCompiledCodeToInterpreterTransition()
/art/runtime/
Dinstrumentation.h380 ArtMethod* callee) const in InvokeVirtualOrInterface()
Dstack.cc844 ArtMethod* callee = Runtime::Current()->GetCalleeSaveMethod(Runtime::kRefsAndArgs); in WalkStack() local