/arkcompiler/ets_runtime/ecmascript/debugger/ |
H A D | js_pt_method.h | 27 PtMethod(const JSPandaFile *jsPandaFile, EntityId methodId, bool isNative) in PtMethod() argument 28 : jsPandaFile_(jsPandaFile), methodId_(methodId), isNative_(isNative) in PtMethod()
|
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
H A D | cpu_profiler.cpp | 267 bool isNative = method->IsNativeWithCallField(); in GetStack() local 271 methodKey.state = JsStackGetter::GetRunningState(it, vm_, isNative, true, enableVMTag_); in GetStack() 274 methodKey.state = JsStackGetter::GetRunningState(it, vm_, isNative, false, enableVMTag_); in GetStack() 276 if (isNative) { in GetStack() 336 bool isNative = method->IsNativeWithCallField(); in GetStackCallNapi() local 343 methodKey.state = JsStackGetter::GetRunningState(it, vm_, isNative, true, enableVMTag_); in GetStackCallNapi() 347 methodKey.state = JsStackGetter::GetRunningState(it, vm_, isNative, false, enableVMTag_); in GetStackCallNapi() 349 if (isNative) { in GetStackCallNapi()
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
H A D | heap_sampling.cpp | 97 bool isNative = method->IsNativeWithCallField(); in GetStack() local 100 methodKey.state = JsStackGetter::GetRunningState(it, vm_, isNative, true); in GetStack() 103 methodKey.state = JsStackGetter::GetRunningState(it, vm_, isNative, false); in GetStack()
|
/arkcompiler/ets_runtime/ecmascript/module/ |
H A D | napi_module_loader.cpp | 52 auto [isNative, moduleType] = SourceTextModule::CheckNativeModule(requestPath); in LoadModuleNameSpaceWithPath() 54 if (isNative) { in LoadModuleNameSpaceWithPath()
|
H A D | js_module_manager.cpp | 771 auto [isNative, moduleType] = SourceTextModule::CheckNativeModule(recordName); in ExecuteNativeModuleMayThrowError() 801 auto [isNative, moduleType] = SourceTextModule::CheckNativeModule(recordName); in ExecuteNativeModule()
|
H A D | js_module_source_text.cpp | 96 auto [isNative, moduleType] = SourceTextModule::CheckNativeModule(requestStr); in HostResolveImportedModuleWithMerge() 97 if (isNative) { in HostResolveImportedModuleWithMerge()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
H A D | method_literal.h | 67 void SetNativeBit(bool isNative) in SetNativeBit() 69 callField_ = IsNativeBit::Update(callField_, isNative); in SetNativeBit() 129 static uint64_t SetNativeBit(uint64_t callField, bool isNative) in SetNativeBit() 131 return IsNativeBit::Update(callField, isNative); in SetNativeBit()
|
H A D | js_pandafile_executor.cpp | 516 auto [isNative, moduleType] = SourceTextModule::CheckNativeModule(recordName); in LazyExecuteModule() 518 if (isNative) { in LazyExecuteModule()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | method.h | 42 uint64_t SetNativeBit(uint64_t callField, bool isNative) in SetNativeBit() argument 44 return IsNativeBit::Update(callField, isNative); in SetNativeBit() 124 void SetNativeBit(bool isNative) in SetNativeBit() argument 127 uint64_t newValue = SetNativeBit(callField, isNative); in SetNativeBit()
|
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
H A D | js_stackgetter.cpp | 183 bool isNative, bool topFrame, in GetRunningState() 194 if (isNative && (it.IsLeaveFrame() || thread->GetRuntimeState())) { in GetRunningState() 202 if (isNative) { in GetRunningState() 236 if (isNative) { in GetRunningState() 182 GetRunningState(const FrameIterator &it, const EcmaVM *vm, bool isNative, bool topFrame, bool enableVMTag) GetRunningState() argument
|
H A D | js_stackgetter.h | 88 static RunningState GetRunningState(const FrameIterator &it, const EcmaVM *vm, bool isNative,
|
/arkcompiler/runtime_core/static_core/runtime/tooling/ |
H A D | debugger.cpp | 165 bool isNative = false; in GetPandaFrame() local 169 isNative = true; in GetPandaFrame() 176 *outIsNative = isNative; in GetPandaFrame() 510 bool isNative = false; in NotifyFramePop() local 511 ark::Frame *popFrame = GetPandaFrame(managedThread, depth, &isNative); in NotifyFramePop() 513 if (isNative) { in NotifyFramePop()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
H A D | callconv.cpp | 143 size_t spToRegsSlots, bool isNative) in SaveCalleeSavedRegs() 148 bool irtocOptimized = isNative ? GetMode().IsOptIrtoc() : false; in SaveCalleeSavedRegs() 142 SaveCalleeSavedRegs(const FrameInfo &frameInfo, const CFrameLayout &fl, size_t spToRegsSlots, bool isNative) SaveCalleeSavedRegs() argument
|
H A D | target.h | 514 void SaveCalleeSavedRegs(const FrameInfo &frameInfo, const CFrameLayout &fl, size_t spToRegsSlots, bool isNative);
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_promise_job.cpp | 175 auto [isNative, moduleType] = SourceTextModule::CheckNativeModule(requestPath); in DynamicImportJob() 177 if (isNative) { in DynamicImportJob()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | inst.h | 2973 void SetCanNativeException(bool isNative) 2975 SetField<IsNativeExceptionFlag>(isNative);
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
H A D | cocos_worker_test.js | 20465 this.isNative = void 0; 20479 this.isNative = !0; 20715 isNative: Po.isNative, 23555 (e = e || Object.create(null)).__isNative__ = e.isNative; 23732 isNative: !0 23736 isNative: !0 [all...] |