Searched defs:MethodExit (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/debugger/ | ||
| D | js_debugger_manager.h | 141 void MethodExit(JSHandle<Method> method) in MethodExit() function |
| D | js_debugger.cpp | 223 void JSDebugger::MethodExit([[maybe_unused]] JSHandle<Method> method) in MethodExit() function in panda::ecmascript::tooling::JSDebugger |
| D | dropframe_manager.cpp | 116 void DropframeManager::MethodExit(JSThread *thread, [[maybe_unused]] JSHandle<Method> method) in MethodExit() function in panda::ecmascript::tooling::DropframeManager |
| /arkcompiler/ets_runtime/ecmascript/interpreter/ | ||
| D | interpreter-inl.h | 898 void EcmaInterpreter::MethodExit(JSThread *thread) in MethodExit() function |