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/jspandafile/
Dprogram_object.h176 inline JSTaggedValue GetObjectFromCache(uint32_t index) const in GetObjectFromCache() function
184 auto val = taggedPool->GetObjectFromCache(index); in GetMethodFromCache()
220 auto val = constpool->GetObjectFromCache(literal); in GetClassLiteralFromCache()
254 auto val = taggedPool->GetObjectFromCache(index); in GetLiteralFromCache()
Dliteral_data_extractor.cpp345 entryIndex = entryIndexes->GetObjectFromCache(pos++).GetInt(); in ExtractObjectDatas()
433 entryIndex = entryIndexes->GetObjectFromCache(index++).GetInt(); in GetDatasIgnoreType()
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp169 JSTaggedValue value = baseConstpool->GetObjectFromCache(constpoolIndex); in UnloadPatchInternal()
173 …ClassLiteral *classLiteral = ClassLiteral::Cast(baseConstpool->GetObjectFromCache(constpoolIndex)); in UnloadPatchInternal()
250 JSTaggedValue constpoolValue = baseConstpool->GetObjectFromCache(constpoolIndex); in FindAndReplaceSameMethod()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.h101 inline JSTaggedValue GetObjectFromCache(uint32_t index) const in GetObjectFromCache() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter_assembly.cpp2468 …JSTaggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(string… in HandleStownbynamewithnamesetImm8Id16V8()
2487 …auto propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId); // … in HandleStownbynamewithnamesetImm8Id16V8()
2833 …Value numberBigInt = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId); in HandleLdbigintId16()
5121 ->GetObjectFromCache(stringId); in HandleStconsttoglobalrecordImm16Id16()
6214 …aggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId); in HandleStthisbynameImm16Id16()
6237 …JSTaggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(string… in HandleStthisbynameImm16Id16()
6254 …auto propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId); // … in HandleStthisbynameImm16Id16()
6286 …aggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId); in HandleStthisbynameImm8Id16()
6309 …JSTaggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(string… in HandleStthisbynameImm8Id16()
6326 …auto propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId); // … in HandleStthisbynameImm8Id16()
[all …]
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1450 JSTaggedValue val = newCP->GetObjectFromCache(methodIndex); in ResolveSnapshotConstantPool()
1467 JSTaggedValue val = newCP->GetObjectFromCache(literalIndex); in ResolveSnapshotConstantPool()
1471 JSTaggedValue methodOffsetVal = aotLiteralInfo->GetObjectFromCache(i); in ResolveSnapshotConstantPool()
/arkcompiler/ets_runtime/ecmascript/
Ddump.cpp488 JSTaggedValue val(pool->GetObjectFromCache(i)); in DumpConstantPoolClass()
3687 JSTaggedValue val(arr->GetObjectFromCache(i)); in DumpConstantPoolClass()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h852 JSTaggedValue val = constpoolHandle->GetObjectFromCache(literalId); in RuntimeCreateClassWithBuffer()