Home
last modified time | relevance | path

Searched refs:IsNativeMethod (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_pt_method.h43 bool IsNativeMethod() const in IsNativeMethod() function
Ddebugger_api.h64 static bool IsNativeMethod(const EcmaVM *ecmaVm);
65 static bool IsNativeMethod(const FrameHandler *frameHandler);
Ddebugger_api.cpp156 bool DebuggerApi::IsNativeMethod(const EcmaVM *ecmaVm) in IsNativeMethod() function in panda::ecmascript::tooling::DebuggerApi
159 return DebuggerApi::IsNativeMethod(&frameHandler); in IsNativeMethod()
162 bool DebuggerApi::IsNativeMethod(const FrameHandler *frameHandler) in IsNativeMethod() function in panda::ecmascript::tooling::DebuggerApi
/arkcompiler/runtime_core/static_core/runtime/include/
Dstack_walker-inl.h74 if (cframe.IsNativeMethod()) { in IterateRegsForCFrameStatic()
108 if (cframe.IsNativeMethod()) { in IterateRegsForCFrameDynamic()
Dcframe.h111 PANDA_PUBLIC_API bool IsNativeMethod() const;
/arkcompiler/runtime_core/static_core/runtime/
Dcframe.cpp24 bool CFrame::IsNativeMethod() const in IsNativeMethod() function in panda::CFrame
Dstack_walker.cpp123 if (cframe.IsNativeMethod()) { in CreateCFrame()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1352 if (DebuggerApi::IsNativeMethod(frameHandler)) { in GenerateCallFrames()
1720 if (DebuggerApi::IsNativeMethod(vm_)) { in CmptEvaluateValue()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h734 GateRef IsNativeMethod(GateRef method);
Dstub_builder-inl.h2769 inline GateRef StubBuilder::IsNativeMethod(GateRef method) in IsNativeMethod() function