Home
last modified time | relevance | path

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

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