/arkcompiler/ets_runtime/ecmascript/debugger/ |
H A D | notification_manager.h | 43 virtual void MethodEntry(JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) = 0; 126 it->MethodEntry(methodHandle, envHandle); in MethodEntryEvent()
|
H A D | js_debugger_manager.h | 189 void MethodEntry(JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) in MethodEntry() function in panda::ecmascript::tooling::JsDebuggerManager 191 dropframeManager_.MethodEntry(jsThread_, method, envHandle); in MethodEntry()
|
H A D | dropframe_manager.h | 38 void MethodEntry(JSThread *thread, JSHandle<Method> method, JSHandle<JSTaggedValue> env);
|
H A D | js_debugger.cpp | 317 void JSDebugger::MethodEntry(JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) in MethodEntry() function in panda::ecmascript::tooling::JSDebugger 327 debuggerMgr->MethodEntry(method, envHandle); in MethodEntry()
|
H A D | js_debugger.h | 160 void MethodEntry(JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) override;
|
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
|
/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 258 ArenaUnorderedMap<MethodInfo const *, MethodEntry, MethodNameHash> vmethods_;
|
H A D | vtable_builder_standard-inl.h | 67 VTableInfo::MethodEntry *itentry = &it.Value().second; in ScanConflictingDefaultMethods()
|
H A D | vtable_builder_base-inl.h | 30 [[maybe_unused]] auto res = vmethods_.insert({info, MethodEntry(vmethods_.size())}); in AddEntry()
|
H A D | runtime_notification.h | 77 virtual void MethodEntry([[maybe_unused]] ManagedThread *thread, [[maybe_unused]] Method *method) {} in MethodEntry() function in ark::RuntimeListener 360 listener->MethodEntry(thread, method); in MethodEntryEvent()
|
/arkcompiler/runtime_core/static_core/runtime/methodtrace/ |
H A D | trace.h | 69 void MethodEntry(ManagedThread *thread, Method *method) override;
|
H A D | trace.cpp | 299 void Trace::MethodEntry(ManagedThread *thread, Method *method) in MethodEntry() function in ark::Trace
|
/arkcompiler/ets_runtime/ecmascript/debugger/tests/ |
H A D | js_debugger_test.cpp | 119 debugger.MethodEntry(methodHandle, envHandle); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/ |
H A D | tracing.h | 117 void MethodEntry(JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) override;
|
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/ets_runtime/ecmascript/interpreter/ |
H A D | interpreter.h | 70 static void MethodEntry(JSThread *thread);
|
H A D | interpreter_assembly.h | 44 static inline void MethodEntry(JSThread *thread, Method *method, JSTaggedValue env);
|
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
H A D | inspector.h | 63 void MethodEntry(PtThread thread, Method *method) override;
|
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 | pt_hooks_wrapper.h | 203 void MethodEntry(PtThread thread, Method *method) override 212 loadedHooks->MethodEntry(thread, method);
|
H A D | debugger.cpp | 558 void Debugger::MethodEntry(ManagedThread *managedThread, Method *method) in MethodEntry() function in ark::tooling::Debugger 560 hooks_.MethodEntry(PtThread(managedThread), method); in MethodEntry()
|
H A D | debugger.h | 251 void MethodEntry(ManagedThread *managedThread, Method *method) override;
|
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
H A D | test_runner.h | 116 void MethodEntry(PtThread thread, Method *method) override
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 408 V(MethodEntry) \
|