Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp255 method->SetModule(vm_->GetJSThread(), recordName); in HWTEST_F_L0()
297 method->SetModule(vm_->GetJSThread(), recordName); in HWTEST_F_L0()
298 method1->SetModule(vm_->GetJSThread(), recordName); in HWTEST_F_L0()
299 method2->SetModule(vm_->GetJSThread(), recordName); in HWTEST_F_L0()
346 method->SetModule(vm_->GetJSThread(), recordName); in HWTEST_F_L0()
348 method1->SetModule(vm_->GetJSThread(), recordName1); in HWTEST_F_L0()
397 method->SetModule(vm_->GetJSThread(), recordName); in HWTEST_F_L0()
449 method->SetModule(vm_->GetJSThread(), JSTaggedValue::Hole()); in HWTEST_F_L0()
490 method->SetModule(vm2->GetJSThread(), recordName); in HWTEST_F_L0()
497 method1->SetModule(vm_->GetJSThread(), recordName); in HWTEST_F_L0()
[all …]
/arkcompiler/ets_runtime/ecmascript/patch/
Dquick_fix_manager.cpp221 method->SetModule(thread, JSTaggedValue::Undefined()); in CheckAndGetPatch()
225 method->SetModule(thread, moduleRecord.GetTaggedValue()); in CheckAndGetPatch()
Dpatch_loader.cpp132 patchMethod->SetModule(thread, moduleRecord.GetTaggedValue()); in ReplaceModuleOfMethod()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp43 mNp->SetModule(thread, module); in ModuleNamespaceCreate()
Djs_module_source_text.cpp1847 onFulfilled->SetModule(thread, module); in ExecuteAsyncModule()
1851 onRejected->SetModule(thread, module); in ExecuteAsyncModule()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp296 method->SetModule(thread_, module); in CommonInvokeEcmaEntrypoint()
301 method->SetModule(thread_, recordName); in CommonInvokeEcmaEntrypoint()
Dobject_factory.cpp1344 … JSAsyncModuleFulfilledFunction::Cast(*obj)->SetModule(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1348 … JSAsyncModuleRejectedFunction::Cast(*obj)->SetModule(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1795 method->SetModule(thread_, JSTaggedValue::Undefined()); in NewMethod()
1812 method->SetModule(thread_, module); in NewMethod()
2933 moduleNamespace->SetModule(thread_, JSTaggedValue::Undefined()); in NewModuleNamespace()
3292 fulfilledFunction->SetModule(thread_, JSTaggedValue::Undefined()); in CreateJSAsyncModuleFulfilledFunction()
3307 rejectedFunction->SetModule(thread_, JSTaggedValue::Undefined()); in CreateJSAsyncModuleRejectedFunction()
4445 obj->SetModule(thread_, module); in NewResolvedBindingRecord()
4465 obj->SetModule(thread_, module); in NewResolvedIndexBindingRecord()
Djs_function.cpp965 method->SetModule(thread, module); in InitializeForConcurrentFunction()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_module.cpp55 GlobalTables::GetGsymTable().SetModule(this); in MIRModule()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dglobal_tables.h856 void SetModule(MIRModule *m) in SetModule() function
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h811 Method::Cast(func->GetMethod())->SetModule(thread, ecmaModule); in RuntimeResolveClass()
3009 Method::Cast(func->GetMethod())->SetModule(thread, handleModule.GetTaggedValue()); in RuntimeCreatePrivateProperty()