Searched defs:PtMethod (Results 1 – 3 of 3) sorted by relevance
28 explicit PtMethod(void * /* unused */) {} in PtMethod() function
378 …virtual void FramePop(PtThread /* thread */, PtMethod /* method */, bool /* wasPoppedByException *… in FramePop() argument379 virtual void MethodEntry(PtThread /* thread */, PtMethod /* method */) {} in MethodEntry() argument381 …virtual void MethodExit(PtThread /* thread */, PtMethod /* method */, bool /* wasPoppedByException… in MethodExit() argument
27 PtMethod(const JSPandaFile *jsPandaFile, EntityId methodId, bool isNative) in PtMethod() function