Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsharpening.cc61 ArtMethod* callee, in SharpenLoadMethod()
Dinliner.cc1688 static bool CanEncodeInlinedMethodInStackMap(const DexFile& caller_dex_file, ArtMethod* callee) in CanEncodeInlinedMethodInStackMap()
/art/runtime/
Dhidden_api.h95 bool CanAlwaysAccess(const AccessContext& callee) const { in CanAlwaysAccess()
Dstack.cc914 ArtMethod* callee = in WalkStack() local
/art/runtime/jit/
Djit.h330 void NotifyCompiledCodeToInterpreterTransition(Thread* self, ArtMethod* callee) in NotifyCompiledCodeToInterpreterTransition()
/art/runtime/entrypoints/
Dentrypoint_utils.cc287 void MaybeUpdateBssMethodEntry(ArtMethod* callee, MethodReference callee_reference) { in MaybeUpdateBssMethodEntry()
/art/runtime/jni/
Djni_internal_test.cc2646 auto callee = [](void* env_ptr) -> void* { in TEST_F() local