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.h76 bool IsNativeWithCallField(uint64_t callField) const in IsNativeWithCallField() function
173 bool IsNativeWithCallField() const in IsNativeWithCallField() function
176 return IsNativeWithCallField(callField); in IsNativeWithCallField()
Djs_function.cpp205 if (target->IsNativeWithCallField()) { in NameGetter()
Djs_serializer.cpp470 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.cpp62 if (method->IsNativeWithCallField()) { in ParseMethodInfo()
276 if (method->IsNativeWithCallField()) { in GetMethodIdentifier()
Djs_stackinfo.cpp119 if (!method->IsNativeWithCallField()) { in BuildJsStackTrace()
161 if (!method->IsNativeWithCallField()) { in BuildJsStackInfo()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp281 bool isNative = method->IsNativeWithCallField(); in GetStack()
348 bool isNative = method->IsNativeWithCallField(); in GetStackCallNapi()
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger.cpp202 methodLiteral->GetMethodId(), methodLiteral->IsNativeWithCallField()); in FindMethod()
Ddebugger_api.cpp137 method->GetJSPandaFile(), method->GetMethodId(), method->IsNativeWithCallField()); in GetMethod()
168 return method->IsNativeWithCallField(); in IsNativeMethod()
190 if (method->IsNativeWithCallField()) { in GetVregIndex()
422 if (method->IsNativeWithCallField()) { in GetCurrentModule()
915 if (method->IsNativeWithCallField()) { in GetNativePointer()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_sampling.cpp97 bool isNative = method->IsNativeWithCallField(); in GetStack()
Dheap_snapshot.cpp834 if (method == nullptr || method->IsNativeWithCallField()) { in AddTraceNode()
/arkcompiler/ets_runtime/ecmascript/base/
Derror_helper.cpp219 if (!method->IsNativeWithCallField()) { in GetErrorJSFunction()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp334 if (method->IsNativeWithCallField()) { in FunctionPrototypeToString()
Dbuiltins_typedarray.cpp203 isNativeFunc = target->IsNativeWithCallField(); in From()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h486 if (methodHandle->IsNativeWithCallField()) { \
515 if (methodHandle->IsNativeWithCallField()) { \
666 if (method->IsNativeWithCallField()) { in Execute()
886 if (method->IsNativeWithCallField()) { in NotifyBytecodePcChanged()
904 if (method->IsNativeWithCallField()) { in NotifyDebuggerStmt()
922 if (method->IsNativeWithCallField()) { in MethodEntry()
940 if (method->IsNativeWithCallField()) { in MethodExit()
958 if (method->IsNativeWithCallField()) { in GetNativeCallPandafile()
980 if (method->IsNativeWithCallField()) { in GetCurrentEntryPoint()
3837 if (!method->IsNativeWithCallField()) { in RunInternal()
[all …]
Dinterpreter_assembly.cpp262 if (thread->IsDebugMode() && !method->IsNativeWithCallField()) { in Execute()
304 if (thread->IsDebugMode() && !method->IsNativeWithCallField()) { in GeneratorReEnterInterpreter()
3459 if (method->IsNativeWithCallField()) { in AssemblyIsFastNewFrameEnter()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1589 if (!method->IsNativeWithCallField()) { in DEF_RUNTIME_STUBS()
2040 if (method->IsNativeWithCallField()) { in DEF_RUNTIME_STUBS()
2063 if (method->IsNativeWithCallField()) { in DEF_RUNTIME_STUBS()
2090 if (method->IsNativeWithCallField()) { in DEF_RUNTIME_STUBS()
3168 if (method->IsNativeWithCallField()) { in StartCallTimer()
3182 if (method->IsNativeWithCallField()) { in EndCallTimer()
Druntime_stubs-inl.h3064 if (method->IsNativeWithCallField()) { in RuntimeNotifyDebuggerStatement()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp737 EXPECT_TRUE(method->IsNativeWithCallField()); in MethodTest()
750 EXPECT_FALSE(method->IsNativeWithCallField()); in MethodTest1()
771 EXPECT_FALSE(method->IsNativeWithCallField()); in AOTMethodTest()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2373 return method->IsNativeWithCallField(); in IsNative()
2638 if (method == nullptr || method->IsNativeWithCallField() || in GetCurrentTaskInfo()