Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsharpening.cc60 ArtMethod* callee, CodeGenerator* codegen) { in SharpenInvokeStaticOrDirect()
Dinliner.cc1744 static bool CanEncodeInlinedMethodInStackMap(const DexFile& caller_dex_file, ArtMethod* callee) in CanEncodeInlinedMethodInStackMap()
/art/runtime/jit/
Djit.h247 void NotifyCompiledCodeToInterpreterTransition(Thread* self, ArtMethod* callee) in NotifyCompiledCodeToInterpreterTransition()
/art/runtime/
Dhidden_api.h92 bool CanAlwaysAccess(const AccessContext& callee) const { in CanAlwaysAccess()
Dstack.cc867 ArtMethod* callee = in WalkStack() local