Home
last modified time | relevance | path

Searched refs:IsNativeWithCallField (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dmethod.cpp65 ASSERT(!IsNativeWithCallField()); in GetMethodLiteral()
74 ASSERT(!IsNativeWithCallField()); in FindCatchBlock()
Dmethod.h75 bool IsNativeWithCallField(uint64_t callField) const in IsNativeWithCallField() function
172 bool IsNativeWithCallField() const in IsNativeWithCallField() function
175 return IsNativeWithCallField(callField); in IsNativeWithCallField()
Djs_function.cpp146 if (target->IsNativeWithCallField()) { in NameGetter()
Djs_serializer.cpp463 if (method->IsNativeWithCallField()) { in WriteMethod()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.h97 bool IsNativeWithCallField() const in IsNativeWithCallField() function
99 return IsNativeWithCallField(callField_); in IsNativeWithCallField()
153 static bool IsNativeWithCallField(uint64_t callField) in IsNativeWithCallField() function
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackgetter.cpp61 if (method->IsNativeWithCallField()) { in ParseMethodInfo()
275 if (method->IsNativeWithCallField()) { in GetMethodIdentifier()
Djs_stackinfo.cpp82 if (!method->IsNativeWithCallField()) { in BuildJsStackTrace()
121 if (!method->IsNativeWithCallField()) { in BuildJsStackInfo()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp275 bool isNative = method->IsNativeWithCallField(); in GetStack()
341 bool isNative = method->IsNativeWithCallField(); in GetStackCallNapi()
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger.cpp192 methodLiteral->GetMethodId(), methodLiteral->IsNativeWithCallField()); in FindMethod()
Ddebugger_api.cpp120 method->GetJSPandaFile(), method->GetMethodId(), method->IsNativeWithCallField()); in GetMethod()
151 return method->IsNativeWithCallField(); in IsNativeMethod()
173 if (method->IsNativeWithCallField()) { in GetVregIndex()
364 if (method->IsNativeWithCallField()) { in GetCurrentModule()
837 if (method->IsNativeWithCallField()) { in GetNativePointer()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_sampling.cpp97 bool isNative = method->IsNativeWithCallField(); in GetStack()
Dheap_snapshot.cpp766 if (method == nullptr || method->IsNativeWithCallField()) { in AddTraceNode()
/arkcompiler/ets_runtime/ecmascript/base/
Derror_helper.cpp217 if (!method->IsNativeWithCallField()) { in GetErrorJSFunction()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp53 if (calleeMethod->IsNativeWithCallField()) { in ProfileCall()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp276 if (method->IsNativeWithCallField()) { in FunctionPrototypeToString()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h468 if (methodHandle->IsNativeWithCallField()) { \
497 if (methodHandle->IsNativeWithCallField()) { \
643 if (method->IsNativeWithCallField()) { in Execute()
853 if (method->IsNativeWithCallField()) { in NotifyBytecodePcChanged()
871 if (method->IsNativeWithCallField()) { in NotifyDebuggerStmt()
889 if (method->IsNativeWithCallField()) { in MethodEntry()
906 if (method->IsNativeWithCallField()) { in MethodExit()
924 if (method->IsNativeWithCallField()) { in GetNativeCallPandafile()
945 if (method->IsNativeWithCallField()) { in GetCurrentEntryPoint()
7387 if (method->IsNativeWithCallField()) { in IsFastNewFrameEnter()
Dinterpreter_assembly.cpp3421 if (method->IsNativeWithCallField()) { in AssemblyIsFastNewFrameEnter()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1542 if (method->IsNativeWithCallField()) { in DEF_RUNTIME_STUBS()
2331 if (!method->IsNativeWithCallField()) { in CallBoundFunction()
2452 if (method->IsNativeWithCallField()) { in StartCallTimer()
2466 if (method->IsNativeWithCallField()) { in EndCallTimer()
Druntime_stubs-inl.h2645 if (method->IsNativeWithCallField()) { in RuntimeNotifyDebuggerStatement()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp717 EXPECT_TRUE(method->IsNativeWithCallField()); in MethodTest()
730 EXPECT_FALSE(method->IsNativeWithCallField()); in MethodTest1()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1871 return method->IsNativeWithCallField(); in IsNative()
3649 if (method == nullptr || method->IsNativeWithCallField() || in GetCurrentTaskInfo()