Home
last modified time | relevance | path

Searched defs:callee (Results 1 – 6 of 6) 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
/art/runtime/jni/
Djni_internal_test.cc2524 auto callee = [](void* env_ptr) -> void* { in TEST_F() local