/arkcompiler/ets_runtime/ecmascript/module/ |
D | js_module_namespace.cpp | 87 JSHandle<SourceTextModule> mm(thread, moduleNamespace->GetModule()); in GetProperty() 98 JSTaggedValue targetModule = resolvedBind->GetModule(); in GetProperty() 105 JSTaggedValue targetModule = resolvedBind->GetModule(); in GetProperty() 297 JSHandle<SourceTextModule> mm(thread, moduleNamespace->GetModule()); in ValidateKeysAvailable() 307 targetModule = JSHandle<ResolvedBinding>::Cast(binding)->GetModule(); in ValidateKeysAvailable() 309 targetModule = JSHandle<ResolvedIndexBinding>::Cast(binding)->GetModule(); in ValidateKeysAvailable() 325 JSHandle<SourceTextModule> module(thread, nameSpace->GetModule()); in SetModuleDeregisterProcession()
|
D | js_module_manager.cpp | 50 return JSFunction::Cast(currentFunc.GetTaggedObject())->GetModule(); in GetCurrentModule() 64 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetModuleValueInner() 87 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetModuleValueOutter() 111 JSTaggedValue resolvedModule = binding->GetModule(); in GetModuleValueOutterInternal() 126 JSTaggedValue resolvedModule = binding->GetModule(); in GetModuleValueOutterInternal() 208 …e<SourceTextModule> currentModule(thread, JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule()); in StoreModuleValue() 236 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetModuleValueInner() 252 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetModuleValueOutter() 274 JSTaggedValue resolvedModule = binding->GetModule(); in GetModuleValueOutterInternal() 294 …e<SourceTextModule> currentModule(thread, JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule()); in StoreModuleValue() [all …]
|
D | js_module_deregister.h | 40 JSHandle<SourceTextModule> moduleRecord(thread, nameSp->GetModule()); in ProcessModuleReference()
|
D | js_module_source_text.cpp | 450 return JSHandle<SourceTextModule>(thread, binding->GetModule()); in GetModuleFromBinding() 453 return JSHandle<SourceTextModule>(thread, binding->GetModule()); in GetModuleFromBinding() 1352 … if ((!JSTaggedValue::SameValue(resolutionBd->GetModule(), starResolutionBd->GetModule())) || in GetStarResolution() 1360 … if ((!JSTaggedValue::SameValue(resolutionBd->GetModule(), starResolutionBd->GetModule())) || in GetStarResolution()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | stub_compiler.cpp | 143 RunPipeline(stubM->GetModule(), &allocator); in BuildStubModuleAndSave() 148 RunPipeline(comM->GetModule(), &allocator); in BuildStubModuleAndSave() 154 RunPipeline(builtinM->GetModule(), &allocator); in BuildStubModuleAndSave()
|
D | pass_manager.cpp | 78 PassContext ctx(triple_, log_, &collector, m->GetModule(), &profilerDecoder_); in Compile() 82 auto module = m->GetModule(); in Compile()
|
D | compilation_driver.h | 88 Module *module = GetModule(); in CompileMethod() 158 Module *GetModule();
|
D | file_generators.h | 81 LLVMModule* GetModule() const in GetModule() function
|
D | compilation_driver.cpp | 66 Module *CompilationDriver::GetModule() in GetModule() function in panda::ecmascript::kungfu::CompilationDriver
|
D | llvm_ir_builder.h | 122 LLVMModuleRef GetModule() const in GetModule() function
|
D | llvm_codegen.cpp | 346 module_(llvmModule_->GetModule()), in LLVMAssembler()
|
D | bytecode_info_collector.cpp | 664 CString resolvedRecord = ModuleManager::GetRecordName(binding->GetModule()); in CollectRecordImportInfo()
|
D | llvm_ir_builder.cpp | 62 …g_(cfg), scheduledGates_(schedule), circuit_(circuit), acc_(circuit), module_(module->GetModule()), in LLVMIRBuilder()
|
/arkcompiler/ets_runtime/ecmascript/require/tests/ |
D | js_cjs_module_cache_test.cpp | 73 newCacheTested->GetModule(fileName.GetTaggedValue())); in HWTEST_F_L0() 105 newCacheTested->GetModule(fileName.GetTaggedValue())); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/require/ |
D | js_cjs_module_cache.h | 110 inline JSTaggedValue GetModule(const JSTaggedValue &key) in GetModule() function
|
D | js_cjs_module.cpp | 63 … moduleCache->GetModule(filename.GetTaggedValue())); in SearchFromModuleCache()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | interpreter_assembly.cpp | 4504 methodId, methodId + 1, currentFunc->GetModule()); in HandleDeprecatedDefineclasswithbufferPrefId16Imm16Imm16V8V8() 4512 cls->SetModule(thread, currentFunc->GetModule()); in HandleDeprecatedDefineclasswithbufferPrefId16Imm16Imm16V8V8() 5869 methodId, literaId, currentFunc->GetModule()); in HandleDefineclasswithbufferImm16Id16Id16Imm16V8() 5877 cls->SetModule(thread, currentFunc->GetModule()); in HandleDefineclasswithbufferImm16Id16Id16Imm16V8() 5904 methodId, literaId, currentFunc->GetModule()); in HandleDefineclasswithbufferImm8Id16Id16Imm16V8() 5911 cls->SetModule(thread, currentFunc->GetModule()); in HandleDefineclasswithbufferImm8Id16Id16Imm16V8() 6497 result->SetModule(thread, currentFunc->GetModule()); in HandleDefinemethodImm16Id16Imm8() 6612 result->SetModule(thread, currentFunc->GetModule()); in HandleDefinemethodImm8Id16Imm8() 6640 jsFunc->SetModule(thread, currentFunc->GetModule()); in HandleDefinefuncImm16Id16Imm8() 6668 jsFunc->SetModule(thread, currentFunc->GetModule()); in HandleDefinefuncImm8Id16Imm8() [all …]
|
D | interpreter-inl.h | 949 … JSHandle<JSTaggedValue> module(thread, JSFunction::Cast(func.GetTaggedObject())->GetModule()); in GetCurrentEntryPoint() 4802 jsFunc->SetModule(thread, currentFunc->GetModule()); in RunInternal() 4826 jsFunc->SetModule(thread, currentFunc->GetModule()); in RunInternal() 4854 result->SetModule(thread, currentFunc->GetModule()); in RunInternal() 4881 result->SetModule(thread, currentFunc->GetModule()); in RunInternal() 7326 return currentFunc->GetModule(); in GetEcmaModule()
|
/arkcompiler/ets_runtime/ecmascript/debugger/ |
D | debugger_api.cpp | 368 JSTaggedValue module = JSFunction::Cast(func.GetTaggedObject())->GetModule(); in GetCurrentModule() 411 importModule.Update(binding->GetModule()); in GetImportModule()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | ecma_context.cpp | 321 filename.Update(func->GetModule()); in CJSExecution()
|
D | dump.cpp | 1546 GetModule().Dump(os); in Dump() 3543 GetModule().Dump(os); in Dump() 3553 GetModule().Dump(os); in Dump() 5406 vec.emplace_back("Module", GetModule()); in DumpForSnapshot() 5412 vec.emplace_back("Module", GetModule()); in DumpForSnapshot() 5418 vec.emplace_back("Module", GetModule()); in DumpForSnapshot()
|
D | js_function.cpp | 808 JSTaggedValue module = GetModule(); in GetRecordName()
|
D | object_factory.cpp | 585 cloneFunc->SetModule(thread_, func->GetModule()); in CloneJSFuction()
|
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
D | method_type_infer.cpp | 1097 resolvedRecord = ModuleManager::GetRecordName(binding->GetModule()); in InferLdExternalModuleVar()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs-inl.h | 776 …le<JSTaggedValue> ecmaModule(thread, JSFunction::Cast(currentFunc.GetTaggedObject())->GetModule()); in RuntimeResolveClass()
|