Home
last modified time | relevance | path

Searched refs:SetModule (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp259 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/
Dpatch_loader.cpp254 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/
Djs_shared_module.cpp192 mNp->SetModule(thread, module); in SModuleNamespaceCreate()
Djs_module_namespace.cpp58 mNp->SetModule(thread, module); in ModuleNamespaceCreate()
Djs_module_source_text.cpp1859 onFulfilled->SetModule(thread, module); in ExecuteAsyncModule()
1863 onRejected->SetModule(thread, module); in ExecuteAsyncModule()
/arkcompiler/ets_runtime/ecmascript/
Dshared_object_factory.cpp482 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()
Djs_function.cpp100 func->SetModule(thread, JSTaggedValue::Undefined(), SKIP_BARRIER); in InitializeWithDefaultValue()
1160 func->SetModule(thread, sendableClassRecord); in InitializeForConcurrentFunction()
1162 func->SetModule(thread, moduleRecord); in InitializeForConcurrentFunction()
Dobject_factory.cpp676 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 …]
Decma_context.cpp327 func->SetModule(thread_, module); in CommonInvokeEcmaEntrypoint()
332 func->SetModule(thread_, recordName); in CommonInvokeEcmaEntrypoint()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h851 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/
Dliteral_data_extractor.cpp354 jsFunc->SetModule(thread, module.GetTaggedValue()); in DefineMethodInLiteral()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dglobal_tables.h860 void SetModule(MIRModule *m) in SetModule() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_module.cpp55 GlobalTables::GetGsymTable().SetModule(this); in MIRModule()