Home
last modified time | relevance | path

Searched defs:MethodEntry (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
H A Djs_debugger.cpp317 void JSDebugger::MethodEntry(JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) in MethodEntry() function in panda::ecmascript::tooling::JSDebugger
H A Ddropframe_manager.cpp72 void DropframeManager::MethodEntry(JSThread *thread, JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) in MethodEntry() function in panda::ecmascript::tooling::DropframeManager
H A Djs_debugger_manager.h189 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 Dvtable_builder_base.h162 struct MethodEntry { struct in ark::VTableInfo
163 explicit MethodEntry(size_t index) : index_(index) {} in MethodEntry() function
H A Druntime_notification.h77 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 Dtrace.cpp299 void Trace::MethodEntry(ManagedThread *thread, Method *method) in MethodEntry() function in ark::Trace
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
H A Dtracing.cpp302 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 Dinspector.cpp137 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 Ddebug_interface.h355 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 Ddebugger.cpp558 void Debugger::MethodEntry(ManagedThread *managedThread, Method *method) in MethodEntry() function in ark::tooling::Debugger
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter_assembly.cpp281 void InterpreterAssembly::MethodEntry(JSThread *thread, Method *method, JSTaggedValue env) in MethodEntry() function in panda::ecmascript::InterpreterAssembly
H A Dinterpreter-inl.cpp922 void EcmaInterpreter::MethodEntry(JSThread *thread) in MethodEntry() function in panda::ecmascript::EcmaInterpreter
[all...]

Completed in 27 milliseconds