| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | notification_manager.h | 42 virtual void MethodEntry(JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) = 0; 125 it->MethodEntry(methodHandle, envHandle); in MethodEntryEvent()
|
| D | js_debugger_manager.h | 178 void MethodEntry(JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) in MethodEntry() function 180 dropframeManager_.MethodEntry(jsThread_, method, envHandle); in MethodEntry()
|
| D | dropframe_manager.h | 31 void MethodEntry(JSThread *thread, JSHandle<Method> method, JSHandle<JSTaggedValue> env);
|
| D | js_debugger.cpp | 246 void JSDebugger::MethodEntry(JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) in MethodEntry() function in panda::ecmascript::tooling::JSDebugger 256 debuggerMgr->MethodEntry(method, envHandle); in MethodEntry()
|
| D | js_debugger.h | 158 void MethodEntry(JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) override;
|
| D | dropframe_manager.cpp | 76 void DropframeManager::MethodEntry(JSThread *thread, JSHandle<Method> method, JSHandle<JSTaggedValu… in MethodEntry() function in panda::ecmascript::tooling::DropframeManager
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter_assembly.h | 43 static inline void MethodEntry(JSThread *thread, Method *method, JSTaggedValue env);
|
| D | interpreter.h | 67 static inline void MethodEntry(JSThread *thread);
|
| D | interpreter-inl.h | 751 MethodEntry(thread); in Execute() 834 MethodEntry(thread); in GeneratorReEnterInterpreter() 914 void EcmaInterpreter::MethodEntry(JSThread *thread) in MethodEntry() function 1458 MethodEntry(thread); in RunInternal() 3339 MethodEntry(thread); in RunInternal() 3475 MethodEntry(thread); in RunInternal() 3611 MethodEntry(thread); in RunInternal() 3747 MethodEntry(thread); in RunInternal() 4118 MethodEntry(thread); in RunInternal() 4254 MethodEntry(thread); in RunInternal() [all …]
|
| D | interpreter_assembly.cpp | 265 MethodEntry(thread, method, env); in Execute() 283 void InterpreterAssembly::MethodEntry(JSThread *thread, Method *method, JSTaggedValue env) in MethodEntry() function in panda::ecmascript::InterpreterAssembly 305 MethodEntry(thread, method, env); in GeneratorReEnterInterpreter()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| D | inspector.h | 61 void MethodEntry(PtThread thread, Method *method) override;
|
| D | inspector.cpp | 128 void Inspector::MethodEntry(PtThread thread, Method * /* method */) in MethodEntry() function in panda::tooling::inspector::Inspector
|
| /arkcompiler/runtime_core/static_core/runtime/methodtrace/ |
| D | trace.h | 69 void MethodEntry(ManagedThread *thread, Method *method) override;
|
| D | trace.cpp | 297 void Trace::MethodEntry(ManagedThread *thread, Method *method) in MethodEntry() function in panda::Trace
|
| /arkcompiler/ets_runtime/ecmascript/dfx/tracing/ |
| D | tracing.h | 117 void MethodEntry(JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) override;
|
| D | tracing.cpp | 304 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/include/tooling/ |
| D | debug_interface.h | 355 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/ |
| D | pt_hooks_wrapper.h | 201 void MethodEntry(PtThread thread, Method *method) override in MethodEntry() function 210 loadedHooks->MethodEntry(thread, method); in MethodEntry()
|
| D | debugger.cpp | 559 void Debugger::MethodEntry(ManagedThread *managedThread, Method *method) in MethodEntry() function in panda::tooling::Debugger 561 hooks_.MethodEntry(PtThread(managedThread), method); in MethodEntry()
|
| D | debugger.h | 251 void MethodEntry(ManagedThread *thread, Method *method) override;
|
| /arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
| D | test_runner.h | 116 void MethodEntry(PtThread thread, Method *method) override in MethodEntry() function
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | runtime_notification.h | 77 …virtual void MethodEntry([[maybe_unused]] ManagedThread *thread, [[maybe_unused]] Method *method) … in MethodEntry() function 360 listener->MethodEntry(thread, method); in MethodEntryEvent()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 331 V(MethodEntry) \
|
| D | runtime_stubs.cpp | 2057 DEF_RUNTIME_STUBS(MethodEntry) in DEF_RUNTIME_STUBS() argument 2059 RUNTIME_STUBS_HEADER(MethodEntry); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 204 CallRuntime(glue, RTSTUB_ID(MethodEntry), { func }); \
|