| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| H A D | js_debugger.cpp | 317 void JSDebugger::MethodEntry(JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) in MethodEntry() function in panda::ecmascript::tooling::JSDebugger
|
| H A D | dropframe_manager.cpp | 72 void DropframeManager::MethodEntry(JSThread *thread, JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) in MethodEntry() function in panda::ecmascript::tooling::DropframeManager
|
| H A D | js_debugger_manager.h | 189 void MethodEntry(JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) in MethodEntry() function in panda::ecmascript::tooling::JsDebuggerManager
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | vtable_builder_base.h | 162 struct MethodEntry { struct in ark::VTableInfo 163 explicit MethodEntry(size_t index) : index_(index) {} in MethodEntry() function
|
| H A D | runtime_notification.h | 77 virtual void MethodEntry([[maybe_unused]] ManagedThread *thread, [[maybe_unused]] Method *method) {} in MethodEntry() function in ark::RuntimeListener
|
| /arkcompiler/runtime_core/static_core/runtime/methodtrace/ |
| H A D | trace.cpp | 299 void Trace::MethodEntry(ManagedThread *thread, Method *method) in MethodEntry() function in ark::Trace
|
| /arkcompiler/ets_runtime/ecmascript/dfx/tracing/ |
| H A D | tracing.cpp | 302 void Tracing::MethodEntry([[maybe_unused]] JSHandle<Method> method, [[maybe_unused]] JSHandle<JSTaggedValue> envHandle) in MethodEntry() function in panda::ecmascript::Tracing
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| H A D | inspector.cpp | 137 void Inspector::MethodEntry(PtThread thread, Method * /* method */) in MethodEntry() function in ark::tooling::inspector::Inspector
|
| /arkcompiler/runtime_core/static_core/runtime/include/tooling/ |
| H A D | debug_interface.h | 355 virtual void MethodEntry(PtThread /* thread */, Method * /* method */) {} in MethodEntry() function in ark::tooling::PtHooks 379 virtual void MethodEntry(PtThread /* thread */, PtMethod /* method */) {} in MethodEntry() function in ark::tooling::PtHooks
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| H A D | debugger.cpp | 558 void Debugger::MethodEntry(ManagedThread *managedThread, Method *method) in MethodEntry() function in ark::tooling::Debugger
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| H A D | interpreter_assembly.cpp | 281 void InterpreterAssembly::MethodEntry(JSThread *thread, Method *method, JSTaggedValue env) in MethodEntry() function in panda::ecmascript::InterpreterAssembly
|
| H A D | interpreter-inl.cpp | 922 void EcmaInterpreter::MethodEntry(JSThread *thread) in MethodEntry() function in panda::ecmascript::EcmaInterpreter [all...] |