Searched refs:IsNativeMethod (Results 1 – 10 of 10) sorted by relevance
43 bool IsNativeMethod() const in IsNativeMethod() function
64 static bool IsNativeMethod(const EcmaVM *ecmaVm);65 static bool IsNativeMethod(const FrameHandler *frameHandler);
156 bool DebuggerApi::IsNativeMethod(const EcmaVM *ecmaVm) in IsNativeMethod() function in panda::ecmascript::tooling::DebuggerApi159 return DebuggerApi::IsNativeMethod(&frameHandler); in IsNativeMethod()162 bool DebuggerApi::IsNativeMethod(const FrameHandler *frameHandler) in IsNativeMethod() function in panda::ecmascript::tooling::DebuggerApi
74 if (cframe.IsNativeMethod()) { in IterateRegsForCFrameStatic()108 if (cframe.IsNativeMethod()) { in IterateRegsForCFrameDynamic()
111 PANDA_PUBLIC_API bool IsNativeMethod() const;
24 bool CFrame::IsNativeMethod() const in IsNativeMethod() function in panda::CFrame
123 if (cframe.IsNativeMethod()) { in CreateCFrame()
1352 if (DebuggerApi::IsNativeMethod(frameHandler)) { in GenerateCallFrames()1720 if (DebuggerApi::IsNativeMethod(vm_)) { in CmptEvaluateValue()
734 GateRef IsNativeMethod(GateRef method);
2769 inline GateRef StubBuilder::IsNativeMethod(GateRef method) in IsNativeMethod() function