Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h269 void NotifyCompiledCodeToInterpreterTransition(Thread* self, ArtMethod* callee) in NotifyCompiledCodeToInterpreterTransition()
/art/runtime/
Dhidden_api.h97 bool CanAlwaysAccess(const AccessContext& callee) const { in CanAlwaysAccess()
/art/compiler/optimizing/
Dsharpening.cc61 ArtMethod* callee, in SharpenLoadMethod()
Dinliner.cc1887 ArtMethod* callee, in CanEncodeInlinedMethodInStackMap()
/art/runtime/entrypoints/
Dentrypoint_utils.cc314 void MaybeUpdateBssMethodEntry(ArtMethod* callee, in MaybeUpdateBssMethodEntry()
/art/runtime/jni/
Djni_internal_test.cc2696 auto callee = [](void* env_ptr) -> void* { in TEST_F() local