Home
last modified time | relevance | path

Searched defs:MethodEntry (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger_manager.h178 void MethodEntry(JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) in MethodEntry() function
Djs_debugger.cpp246 void JSDebugger::MethodEntry(JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) in MethodEntry() function in panda::ecmascript::tooling::JSDebugger
Ddropframe_manager.cpp76 void DropframeManager::MethodEntry(JSThread *thread, JSHandle<Method> method, JSHandle<JSTaggedValu… in MethodEntry() function in panda::ecmascript::tooling::DropframeManager
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
Dtracing.cpp304 void Tracing::MethodEntry([[maybe_unused]] JSHandle<Method> method, [[maybe_unused]] JSHandle<JSTag… in MethodEntry() function in panda::ecmascript::Tracing
/arkcompiler/runtime_core/static_core/runtime/methodtrace/
Dtrace.cpp297 void Trace::MethodEntry(ManagedThread *thread, Method *method) in MethodEntry() function in panda::Trace
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_runner.h116 void MethodEntry(PtThread thread, Method *method) override in MethodEntry() function
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
Ddebug_interface.h355 virtual void MethodEntry(PtThread /* thread */, Method * /* method */) {} in MethodEntry() function
379 virtual void MethodEntry(PtThread /* thread */, PtMethod /* method */) {} in MethodEntry() function
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector.cpp128 void Inspector::MethodEntry(PtThread thread, Method * /* method */) in MethodEntry() function in panda::tooling::inspector::Inspector
/arkcompiler/runtime_core/static_core/runtime/tooling/
Dpt_hooks_wrapper.h201 void MethodEntry(PtThread thread, Method *method) override in MethodEntry() function
Ddebugger.cpp559 void Debugger::MethodEntry(ManagedThread *managedThread, Method *method) in MethodEntry() function in panda::tooling::Debugger
/arkcompiler/runtime_core/static_core/runtime/include/
Druntime_notification.h77 …virtual void MethodEntry([[maybe_unused]] ManagedThread *thread, [[maybe_unused]] Method *method) … in MethodEntry() function
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2057 DEF_RUNTIME_STUBS(MethodEntry) in DEF_RUNTIME_STUBS() argument
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h914 void EcmaInterpreter::MethodEntry(JSThread *thread) in MethodEntry() function
Dinterpreter_assembly.cpp283 void InterpreterAssembly::MethodEntry(JSThread *thread, Method *method, JSTaggedValue env) in MethodEntry() function in panda::ecmascript::InterpreterAssembly