Home
last modified time | relevance | path

Searched defs:PtMethod (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/tooling/
Dpt_lang_extension.h28 explicit PtMethod(void * /* unused */) {} in PtMethod() function
Ddebug_interface.h378 …virtual void FramePop(PtThread /* thread */, PtMethod /* method */, bool /* wasPoppedByException *… in FramePop() argument
379 virtual void MethodEntry(PtThread /* thread */, PtMethod /* method */) {} in MethodEntry() argument
381 …virtual void MethodExit(PtThread /* thread */, PtMethod /* method */, bool /* wasPoppedByException… in MethodExit() argument
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_pt_method.h27 PtMethod(const JSPandaFile *jsPandaFile, EntityId methodId, bool isNative) in PtMethod() function