Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_pt_method.h43 bool IsNativeMethod() const in IsNativeMethod() function
Ddebugger_api.h63 static bool IsNativeMethod(const EcmaVM *ecmaVm);
64 static bool IsNativeMethod(const FrameHandler *frameHandler);
Ddebugger_api.cpp139 bool DebuggerApi::IsNativeMethod(const EcmaVM *ecmaVm) in IsNativeMethod() function in panda::ecmascript::tooling::DebuggerApi
142 return DebuggerApi::IsNativeMethod(&frameHandler); in IsNativeMethod()
145 bool DebuggerApi::IsNativeMethod(const FrameHandler *frameHandler) in IsNativeMethod() function in panda::ecmascript::tooling::DebuggerApi
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1064 if (DebuggerApi::IsNativeMethod(frameHandler)) { in GenerateCallFrames()
1380 if (DebuggerApi::IsNativeMethod(vm_)) { in CmptEvaluateValue()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h603 GateRef IsNativeMethod(GateRef method);
Dstub_builder-inl.h2249 inline GateRef StubBuilder::IsNativeMethod(GateRef method) in IsNativeMethod() function