Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
Dvtable_builder_base.h162 struct MethodEntry { struct
163 explicit MethodEntry(size_t index) : index_(index) {} in MethodEntry() function
165 MethodInfo const *CandidateOr(MethodInfo const *orig) const in CandidateOr()
190 struct CopiedMethodEntry { argument
Druntime_notification.h77 …virtual void MethodEntry([[maybe_unused]] ManagedThread *thread, [[maybe_unused]] Method *method) … in MethodEntry() function
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger_manager.h196 void MethodEntry(JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) in MethodEntry() function
Djs_debugger.cpp339 void JSDebugger::MethodEntry(JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) in MethodEntry() function in panda::ecmascript::tooling::JSDebugger
Ddropframe_manager.cpp72 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.cpp308 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.cpp299 void Trace::MethodEntry(ManagedThread *thread, Method *method) in MethodEntry() function in ark::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/tooling/
Dpt_hooks_wrapper.h203 void MethodEntry(PtThread thread, Method *method) override in MethodEntry() function
Ddebugger.cpp597 void Debugger::MethodEntry(ManagedThread *managedThread, Method *method) in MethodEntry() function in ark::tooling::Debugger
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
Ddebug_interface.h344 virtual void MethodEntry(PtThread /* thread */, Method * /* method */) {} in MethodEntry() function
/arkcompiler/toolchain/tooling/static/
Dinspector.cpp137 void Inspector::MethodEntry(PtThread thread, Method * /* method */) in MethodEntry() function in ark::tooling::inspector::Inspector
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector.cpp133 void Inspector::MethodEntry(PtThread thread, Method * /* method */) in MethodEntry() function in ark::tooling::inspector::Inspector
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp924 void EcmaInterpreter::MethodEntry(JSThread *thread) in MethodEntry() function in panda::ecmascript::EcmaInterpreter
Dinterpreter_assembly.cpp286 void InterpreterAssembly::MethodEntry(JSThread *thread, Method *method, JSTaggedValue env) in MethodEntry() function in panda::ecmascript::InterpreterAssembly
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2471 DEF_RUNTIME_STUBS(MethodEntry) in DEF_RUNTIME_STUBS() argument