| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
| D | pgo_profiler_test.cpp | 259 func->SetModule(vm_->GetJSThread(), recordName); in HWTEST_F_L0() 306 func->SetModule(vm_->GetJSThread(), recordName); in HWTEST_F_L0() 307 func1->SetModule(vm_->GetJSThread(), recordName); in HWTEST_F_L0() 308 func2->SetModule(vm_->GetJSThread(), recordName); in HWTEST_F_L0() 358 func->SetModule(vm_->GetJSThread(), recordName); in HWTEST_F_L0() 361 func1->SetModule(vm_->GetJSThread(), recordName1); in HWTEST_F_L0() 413 func->SetModule(vm_->GetJSThread(), recordName); in HWTEST_F_L0() 468 func->SetModule(vm_->GetJSThread(), JSTaggedValue::Hole()); in HWTEST_F_L0() 515 func->SetModule(vm2->GetJSThread(), recordName); in HWTEST_F_L0() 531 func1->SetModule(vm_->GetJSThread(), recordName); in HWTEST_F_L0() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/patch/ |
| D | patch_loader.cpp | 254 function->SetModule(thread, moduleRecord.GetTaggedValue()); in UpdateJSFunction() 264 funcTemp->SetModule(thread, moduleRecord.GetTaggedValue()); in UpdateJSFunction() 285 function->SetModule(thread, moduleRecord.GetTaggedValue()); in UpdateModuleForColdPatch() 287 function->SetModule(thread, JSTaggedValue::Undefined()); in UpdateModuleForColdPatch() 297 funcTemp->SetModule(thread, moduleRecord.GetTaggedValue()); in UpdateModuleForColdPatch() 299 funcTemp->SetModule(thread, JSTaggedValue::Undefined()); in UpdateModuleForColdPatch()
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_shared_module.cpp | 192 mNp->SetModule(thread, module); in SModuleNamespaceCreate()
|
| D | js_module_namespace.cpp | 58 mNp->SetModule(thread, module); in ModuleNamespaceCreate()
|
| D | js_module_source_text.cpp | 1859 onFulfilled->SetModule(thread, module); in ExecuteAsyncModule() 1863 onRejected->SetModule(thread, module); in ExecuteAsyncModule()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | shared_object_factory.cpp | 482 functionTemplate->SetModule(thread_, module); in NewSFunctionTemplate() 761 moduleNamespace->SetModule(thread_, JSTaggedValue::Undefined()); in NewSModuleNamespace() 833 obj->SetModule(thread_, module); in NewSResolvedIndexBindingRecord() 853 obj->SetModule(thread_, module); in NewSResolvedBindingRecord()
|
| D | js_function.cpp | 100 func->SetModule(thread, JSTaggedValue::Undefined(), SKIP_BARRIER); in InitializeWithDefaultValue() 1160 func->SetModule(thread, sendableClassRecord); in InitializeForConcurrentFunction() 1162 func->SetModule(thread, moduleRecord); in InitializeForConcurrentFunction()
|
| D | object_factory.cpp | 676 cloneFunc->SetModule(thread_, func->GetModule()); in CloneJSFunction() 690 cloneFunc->SetModule(thread_, func->GetModule()); in CloneSFunction() 713 newFunc->SetModule(thread_, funcTemp->GetModule()); in CreateJSFunctionFromTemplate() 736 newFunc->SetModule(thread_, funcTemp->GetModule()); in CreateSFunctionFromTemplate() 1578 … JSAsyncModuleFulfilledFunction::Cast(*obj)->SetModule(thread_, JSTaggedValue::Undefined()); in InitializeJSObject() 1582 … JSAsyncModuleRejectedFunction::Cast(*obj)->SetModule(thread_, JSTaggedValue::Undefined()); in InitializeJSObject() 3147 moduleNamespace->SetModule(thread_, JSTaggedValue::Undefined()); in NewModuleNamespace() 3619 fulfilledFunction->SetModule(thread_, JSTaggedValue::Undefined()); in CreateJSAsyncModuleFulfilledFunction() 3634 rejectedFunction->SetModule(thread_, JSTaggedValue::Undefined()); in CreateJSAsyncModuleRejectedFunction() 4769 obj->SetModule(thread_, module); in NewResolvedBindingRecord() [all …]
|
| D | ecma_context.cpp | 327 func->SetModule(thread_, module); in CommonInvokeEcmaEntrypoint() 332 func->SetModule(thread_, recordName); in CommonInvokeEcmaEntrypoint()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 851 func->SetModule(thread, ecmaModule); in RuntimeResolveClass() 959 cls->SetModule(thread, module.GetTaggedValue()); in RuntimeCreateClassWithBuffer() 1048 cls->SetModule(thread, sendableClsModule.GetTaggedValue()); in RuntimeCreateSharedClass() 2302 result->SetModule(thread, sendableFuncModule.GetTaggedValue()); in RuntimeDefinefunc() 2305 result->SetModule(thread, module.GetTaggedValue()); in RuntimeDefinefunc() 2441 func->SetModule(thread, module); in RuntimeDefineMethod() 2482 func->SetModule(thread, coldReloadRecordName.GetTaggedValue()); in RuntimeSetPatchModule() 3244 func->SetModule(thread, handleModule.GetTaggedValue()); in RuntimeCreatePrivateProperty()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | literal_data_extractor.cpp | 354 jsFunc->SetModule(thread, module.GetTaggedValue()); in DefineMethodInLiteral()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | global_tables.h | 860 void SetModule(MIRModule *m) in SetModule() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_module.cpp | 55 GlobalTables::GetGsymTable().SetModule(this); in MIRModule()
|