Home
last modified time | relevance | path

Searched refs:unsharedCp (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dntype_bytecode_lowering.h88 JSTaggedValue unsharedCp = compilationEnv_->FindOrCreateUnsharedConstpool(cp); in GetArrayLiteralValue() local
89 return compilationEnv_->GetArrayLiteralFromCache(unsharedCp, cpIdx, recordName_); in GetArrayLiteralValue()
H A Dntype_hcr_lowering.h77 JSTaggedValue unsharedCp = compilationEnv_->FindOrCreateUnsharedConstpool(cp); in GetArrayLiteralValue() local
78 return compilationEnv_->GetArrayLiteralFromCache(unsharedCp, cpIdx, recordName_); in GetArrayLiteralValue()
H A Dtype_info_accessors.cpp1375 JSTaggedValue unsharedCp = compilationEnv_->FindOrCreateUnsharedConstpool(methodOffset); in GetObject() local
1376 if (unsharedCp.IsUndefined()) { in GetObject()
1379 return compilationEnv_->GetObjectLiteralFromCache(unsharedCp, imm, recordName_); in GetObject()
H A Dslowpath_lowering.cpp2780 JSTaggedValue unsharedCp; in LowerDefineFunc() local
2782 unsharedCp = compilationEnv_->FindConstpool(compilationEnv_->GetJSPandaFile(), 0); in LowerDefineFunc()
2785 unsharedCp = compilationEnv_->FindOrCreateUnsharedConstpool(methodOffset); in LowerDefineFunc()
2787 auto obj = compilationEnv_->GetMethodFromCache(unsharedCp, acc_.GetConstantValue(methodId)); in LowerDefineFunc()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dprogram_object.cpp102 JSTaggedValue unsharedCp = thread->GetCurrentEcmaContext()->FindOrCreateUnsharedConstpool(constpool); in GetStringFromCache() local
103 taggedPool = ConstantPool::Cast(unsharedCp.GetTaggedObject()); in GetStringFromCache()
H A Dprogram_object.h508 JSTaggedValue unsharedCp = thread->GetCurrentEcmaContext()->FindOrCreateUnsharedConstpool(constpool); in GetMethodFromCache() local
509 taggedPool = ConstantPool::Cast(unsharedCp.GetTaggedObject()); in GetMethodFromCache()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h2303 JSTaggedValue unsharedCp = thread->GetCurrentEcmaContext()->FindUnsharedConstpool(constpoolHandle.GetTaggedValue());
2304 if (!unsharedCp.IsHole()) {
2305 JSHandle<ConstantPool> unsharedCpHandle(thread, unsharedCp);

Completed in 20 milliseconds