Searched refs:SetModule (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
| D | pgo_profiler_test.cpp | 255 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/ |
| D | quick_fix_manager.cpp | 221 method->SetModule(thread, JSTaggedValue::Undefined()); in CheckAndGetPatch() 225 method->SetModule(thread, moduleRecord.GetTaggedValue()); in CheckAndGetPatch()
|
| D | patch_loader.cpp | 132 patchMethod->SetModule(thread, moduleRecord.GetTaggedValue()); in ReplaceModuleOfMethod()
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_namespace.cpp | 43 mNp->SetModule(thread, module); in ModuleNamespaceCreate()
|
| D | js_module_source_text.cpp | 1847 onFulfilled->SetModule(thread, module); in ExecuteAsyncModule() 1851 onRejected->SetModule(thread, module); in ExecuteAsyncModule()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_context.cpp | 296 method->SetModule(thread_, module); in CommonInvokeEcmaEntrypoint() 301 method->SetModule(thread_, recordName); in CommonInvokeEcmaEntrypoint()
|
| D | object_factory.cpp | 1344 … 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()
|
| D | js_function.cpp | 965 method->SetModule(thread, module); in InitializeForConcurrentFunction()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_module.cpp | 55 GlobalTables::GetGsymTable().SetModule(this); in MIRModule()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | global_tables.h | 856 void SetModule(MIRModule *m) in SetModule() function
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 811 Method::Cast(func->GetMethod())->SetModule(thread, ecmaModule); in RuntimeResolveClass() 3009 Method::Cast(func->GetMethod())->SetModule(thread, handleModule.GetTaggedValue()); in RuntimeCreatePrivateProperty()
|