Home
last modified time | relevance | path

Searched refs:GetObjectFromCache (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/snapshot/tests/
Dsnapshot_test.cpp136 EXPECT_TRUE(constpool1->GetObjectFromCache(0).IsJSFunction()); in HWTEST_F_L0()
137 EXPECT_TRUE(constpool1->GetObjectFromCache(1).IsJSFunction()); in HWTEST_F_L0()
138 EXPECT_TRUE(constpool1->GetObjectFromCache(3).IsJSFunction()); in HWTEST_F_L0()
185 EXPECT_TRUE(constpool1->GetObjectFromCache(0).IsTaggedArray()); in HWTEST_F_L0()
186 EXPECT_TRUE(constpool1->GetObjectFromCache(100).IsTaggedArray()); in HWTEST_F_L0()
187 EXPECT_TRUE(constpool1->GetObjectFromCache(300).IsTaggedArray()); in HWTEST_F_L0()
189 auto obj1 = constpool1->GetObjectFromCache(0).GetTaggedObject(); in HWTEST_F_L0()
191 auto obj2 = constpool1->GetObjectFromCache(100).GetTaggedObject(); in HWTEST_F_L0()
230 EXPECT_TRUE(constpool->GetObjectFromCache(0).IsTaggedArray()); in HWTEST_F_L0()
231 EXPECT_TRUE(constpool->GetObjectFromCache(100).IsTaggedArray()); in HWTEST_F_L0()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_global_data.cpp41 JSTaggedValue val = newCP->GetObjectFromCache(item.constpoolIdx_); in Resolve()
46 JSTaggedValue methodOffsetVal = aotLiteralInfo->GetObjectFromCache(i); in Resolve()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h216 inline JSTaggedValue GetObjectFromCache(uint32_t index) const in GetObjectFromCache() function
225 auto val = taggedPool->GetObjectFromCache(index); in GetMethodFromCache()
234 int entryIndexVal = entryIndexes->GetObjectFromCache(0).GetInt(); // 0: only one method in GetMethodFromCache()
268 … JSTaggedValue val = (kind == ClassKind::NON_SENDABLE) ? constpool->GetObjectFromCache(literal) :
316 auto val = taggedPool->GetObjectFromCache(index); in GetLiteralFromCache()
Dliteral_data_extractor.cpp424 entryIndex = entryIndexes->GetObjectFromCache(pos++).GetInt(); in ExtractObjectDatas()
524 entryIndex = entryIndexes->GetObjectFromCache(index++).GetInt(); in GetDatasIgnoreType()
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp209 JSTaggedValue value = baseConstpool->GetObjectFromCache(constpoolIndex); in GetPatchMethod()
213 …ClassLiteral *classLiteral = ClassLiteral::Cast(baseConstpool->GetObjectFromCache(constpoolIndex)); in GetPatchMethod()
271 JSTaggedValue constpoolValue = baseConstpool->GetObjectFromCache(constpoolIndex); in FindAndReplaceSameMethod()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.h122 inline JSTaggedValue GetObjectFromCache(uint32_t index) const in GetObjectFromCache() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter_assembly.cpp2504 …JSTaggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(string… in HandleStownbynamewithnamesetImm8Id16V8()
2524 …auto propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId); // … in HandleStownbynamewithnamesetImm8Id16V8()
2870 …Value numberBigInt = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId); in HandleLdbigintId16()
5156 ->GetObjectFromCache(stringId); in HandleStconsttoglobalrecordImm16Id16()
6341 …aggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId); in HandleStthisbynameImm16Id16()
6364 …JSTaggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(string… in HandleStthisbynameImm16Id16()
6381 …auto propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId); // … in HandleStthisbynameImm16Id16()
6413 …aggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId); in HandleStthisbynameImm8Id16()
6436 …JSTaggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(string… in HandleStthisbynameImm8Id16()
6453 …auto propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId); // … in HandleStthisbynameImm8Id16()
[all …]
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h885 JSTaggedValue val = constpoolHandle->GetObjectFromCache(literalId); in RuntimeCreateClassWithBuffer()
2101 JSTaggedValue val = constpoolHandle->GetObjectFromCache(methodId); in RuntimeDefinefunc()
/arkcompiler/ets_runtime/ecmascript/
Ddump.cpp536 JSTaggedValue val(pool->GetObjectFromCache(i)); in DumpConstantPoolClass()
3913 JSTaggedValue val(arr->GetObjectFromCache(i)); in DumpConstantPoolClass()