Home
last modified time | relevance | path

Searched refs:MethodEntry (Results 1 - 25 of 30) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/debugger/
H A Dnotification_manager.h43 virtual void MethodEntry(JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) = 0;
126 it->MethodEntry(methodHandle, envHandle); in MethodEntryEvent()
H A Djs_debugger_manager.h189 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 Ddropframe_manager.h38 void MethodEntry(JSThread *thread, JSHandle<Method> method, JSHandle<JSTaggedValue> env);
H A Djs_debugger.cpp317 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 Djs_debugger.h160 void MethodEntry(JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) override;
H A Ddropframe_manager.cpp72 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 Dvtable_builder_base.h162 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 Dvtable_builder_standard-inl.h67 VTableInfo::MethodEntry *itentry = &it.Value().second; in ScanConflictingDefaultMethods()
H A Dvtable_builder_base-inl.h30 [[maybe_unused]] auto res = vmethods_.insert({info, MethodEntry(vmethods_.size())}); in AddEntry()
H A Druntime_notification.h77 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 Dtrace.h69 void MethodEntry(ManagedThread *thread, Method *method) override;
H A Dtrace.cpp299 void Trace::MethodEntry(ManagedThread *thread, Method *method) in MethodEntry() function in ark::Trace
/arkcompiler/ets_runtime/ecmascript/debugger/tests/
H A Djs_debugger_test.cpp119 debugger.MethodEntry(methodHandle, envHandle); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
H A Dtracing.h117 void MethodEntry(JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) override;
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/ets_runtime/ecmascript/interpreter/
H A Dinterpreter.h70 static void MethodEntry(JSThread *thread);
H A Dinterpreter_assembly.h44 static inline void MethodEntry(JSThread *thread, Method *method, JSTaggedValue env);
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H A Dinspector.h63 void MethodEntry(PtThread thread, Method *method) override;
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 Dpt_hooks_wrapper.h203 void MethodEntry(PtThread thread, Method *method) override
212 loadedHooks->MethodEntry(thread, method);
H A Ddebugger.cpp558 void Debugger::MethodEntry(ManagedThread *managedThread, Method *method) in MethodEntry() function in ark::tooling::Debugger
560 hooks_.MethodEntry(PtThread(managedThread), method); in MethodEntry()
H A Ddebugger.h251 void MethodEntry(ManagedThread *managedThread, Method *method) override;
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
H A Dtest_runner.h116 void MethodEntry(PtThread thread, Method *method) override
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h408 V(MethodEntry) \

Completed in 15 milliseconds

12