Home
last modified time | relevance | path

Searched refs:FindConstpool (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Daot_compilation_env.cpp51 JSTaggedValue AOTCompilationEnv::FindConstpool(const JSPandaFile *jsPandaFile, panda_file::File::EntityId id) const in FindConstpool() function in panda::ecmascript::AOTCompilationEnv
53 return thread_->GetCurrentEcmaContext()->FindConstpool(jsPandaFile, id); in FindConstpool()
56 JSTaggedValue AOTCompilationEnv::FindConstpool(const JSPandaFile *jsPandaFile, int32_t index) const in FindConstpool() function in panda::ecmascript::AOTCompilationEnv
58 return thread_->GetCurrentEcmaContext()->FindConstpool(jsPandaFile, index); in FindConstpool()
H A Daot_compilation_env.h39 JSTaggedValue FindConstpool(const JSPandaFile *jsPandaFile, panda_file::File::EntityId id) const override;
40 JSTaggedValue FindConstpool(const JSPandaFile *jsPandaFile, int32_t index) const override;
H A Dcompilation_env.h71 virtual JSTaggedValue FindConstpool(const JSPandaFile *jsPandaFile, panda_file::File::EntityId id) const = 0;
72 virtual JSTaggedValue FindConstpool(const JSPandaFile *jsPandaFile, int32_t index) const = 0;
H A Djit_compilation_env.h41 JSTaggedValue FindConstpool(const JSPandaFile *jsPandaFile, panda_file::File::EntityId id) const override;
42 JSTaggedValue FindConstpool(const JSPandaFile *jsPandaFile, int32_t index) const override;
H A Djit_compilation_env.cpp69 JSTaggedValue JitCompilationEnv::FindConstpool([[maybe_unused]] const JSPandaFile *jsPandaFile, in FindConstpool() function in panda::ecmascript::JitCompilationEnv
81 JSTaggedValue JitCompilationEnv::FindConstpool([[maybe_unused]] const JSPandaFile *jsPandaFile, in FindConstpool() function in panda::ecmascript::JitCompilationEnv
H A Dntype_bytecode_lowering.h82 return compilationEnv_->FindConstpool(jsPandaFile_, cpId); in GetConstantpoolValue()
H A Dntype_hcr_lowering.h71 return compilationEnv_->FindConstpool(jsPandaFile_, cpId); in GetConstantpoolValue()
H A Dtype_info_accessors.h492 ConstantPool::Cast(compilationEnv_->FindConstpool(jsPandaFile_, cpId).GetTaggedObject()); in GetMethodIndex()
H A Dslowpath_lowering.cpp2782 unsharedCp = compilationEnv_->FindConstpool(compilationEnv_->GetJSPandaFile(), 0); in LowerDefineFunc()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_context.cpp557 JSTaggedValue EcmaContext::FindConstpool(const JSPandaFile *jsPandaFile, panda_file::File::EntityId id) in FindConstpool() function in panda::ecmascript::EcmaContext
561 return FindConstpool(jsPandaFile, index); in FindConstpool()
564 JSTaggedValue EcmaContext::FindConstpool(const JSPandaFile *jsPandaFile, int32_t index) in FindConstpool() function in panda::ecmascript::EcmaContext
570 return Runtime::GetInstance()->FindConstpool(jsPandaFile, index); in FindConstpool()
635 JSTaggedValue sharedConstpool = FindConstpool(pf.get(), index); in UpdateConstpoolWhenDeserialAI()
652 constpool = Runtime::GetInstance()->FindConstpool(jsPandaFile, index); in FindCachedConstpoolAndLoadAiIfNeeded()
H A Decma_context.h277 JSTaggedValue PUBLIC_API FindConstpool(const JSPandaFile *jsPandaFile, int32_t index);
279 JSTaggedValue PUBLIC_API FindConstpool(const JSPandaFile *jsPandaFile, panda_file::File::EntityId id);
H A Druntime.h152 PUBLIC_API JSTaggedValue FindConstpool(const JSPandaFile *jsPandaFile, int32_t index);
H A Druntime.cpp266 JSTaggedValue Runtime::FindConstpool(const JSPandaFile *jsPandaFile, int32_t index) in FindConstpool() function in panda::ecmascript::Runtime
/arkcompiler/ets_runtime/ecmascript/patch/
H A Dpatch_loader.cpp47 JSTaggedValue constpool = thread->GetCurrentEcmaContext()->FindConstpool(baseFile, idx); in LoadPatchInternal()
152 JSTaggedValue baseConstpoolValue = context->FindConstpool(baseFile.get(), baseMethodId); in UnloadPatchInternal()
356 JSTaggedValue patchConstpoolValue = context->FindConstpool(patchFile, patchMethodId); in FindAndReplaceSameMethod()
417 JSTaggedValue patchConstpoolValue = thread->GetCurrentEcmaContext()->FindConstpool(patchFile, patchMethodId); in FindAndReplaceClassLiteral()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H A Dsnapshot_constantpool_data.cpp243 thread_->GetCurrentEcmaContext()->FindConstpool(jsPandaFile_, data.constantPoolId_)); in StoreDataToGlobalData()
392 JSTaggedValue shareCp = context->FindConstpool(jsPandaFile_, data.constantPoolId_); in GetUnsharedConstpool()
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
H A Dpgo_type_manager.cpp45 return thread_->GetCurrentEcmaContext()->FindConstpool(curJSPandaFile_, cpId); in GetConstantPoolByMethodOffset()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dpanda_file_translator.cpp150 JSTaggedValue constpoolVal = context->FindConstpool(jsPandaFile, 0); in GenerateProgram()

Completed in 23 milliseconds