Searched defs:MethodEntry (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/debugger/ | ||
D | js_debugger_manager.h | 136 void MethodEntry(JSHandle<Method> method) in MethodEntry() function |
D | js_debugger.cpp | 210 void JSDebugger::MethodEntry(JSHandle<Method> method) in MethodEntry() function in panda::ecmascript::tooling::JSDebugger |
D | dropframe_manager.cpp | 75 void DropframeManager::MethodEntry(JSThread *thread, JSHandle<Method> method) in MethodEntry() function in panda::ecmascript::tooling::DropframeManager |
/arkcompiler/ets_runtime/ecmascript/interpreter/ | ||
D | interpreter-inl.h | 881 void EcmaInterpreter::MethodEntry(JSThread *thread) in MethodEntry() function |