Home
last modified time | relevance | path

Searched refs:IsTaggedArray (Results 1 – 25 of 49) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/ic/
Dinvoke_cache.cpp40 …ASSERT(length <= POLY_CASE_NUM && newTargetArray.IsTaggedArray() && initialHClassArray.IsTaggedArr… in SetPolyConstuctCacheSlot()
65 ASSERT(cachedArray.IsTaggedArray()); in CheckPolyInvokeCache()
98 ASSERT(firstValue.IsTaggedArray()); in Construct()
138 ASSERT(calleeArray.IsTaggedArray() && length >= MONO_CASE_NUM && length <= POLY_CASE_NUM); in SetPolyInlineCallCacheSlot()
Dprofile_type_info.cpp56 if (!profileData.IsWeak() && profileData.IsTaggedArray()) { // POLY in AddHandlerWithoutKey()
118 ASSERT(patchValue.IsTaggedArray()); in AddHandlerWithKey()
164 ASSERT(indexVal.IsTaggedArray()); in AddGlobalHandlerKey()
260 ASSERT(profileData.IsTaggedArray()); in GetICState()
267 if (profileData.IsTaggedArray()) { in GetICState()
283 ASSERT(profileData.IsTaggedArray()); in GetICState()
Dprofile_type_info.h110 ASSERT(JSTaggedValue(object).IsTaggedArray()); in Cast()
/arkcompiler/ets_runtime/ecmascript/snapshot/tests/
Dsnapshot_test.cpp185 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()
230 EXPECT_TRUE(constpool->GetObjectFromCache(0).IsTaggedArray()); in HWTEST_F_L0()
231 EXPECT_TRUE(constpool->GetObjectFromCache(100).IsTaggedArray()); in HWTEST_F_L0()
306 EXPECT_TRUE(array4->Get(0).IsTaggedArray()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Dlexical_env.h30 ASSERT(JSTaggedValue(object).IsTaggedArray()); in Cast()
Dvtable.h57 CAST_CHECK(VTable, IsTaggedArray);
Dtagged_hash_array.h36 ASSERT(JSTaggedValue(object).IsTaggedArray()); in Cast()
Djs_hclass-inl.h113 ASSERT(transitions.IsTaggedArray()); in FindTransitions()
132 if (transitions.IsWeak() || !transitions.IsTaggedArray()) { in FindProtoTransitions()
136 ASSERT(transitions.IsTaggedArray()); in FindProtoTransitions()
Dlayout_info.h38 ASSERT(JSTaggedValue(obj).IsTaggedArray()); in Cast()
Dtagged_array.h32 CAST_CHECK(TaggedArray, IsTaggedArray);
Djs_hclass.cpp167 ASSERT(thread->GlobalConstants()->GetDefaultSupers().IsTaggedArray()); in InitTSInheritInfo()
552 if (!elements.IsTaggedArray()) { in TransitToElementsKind()
727 if (!listenersValue.IsTaggedArray()) { in NotifyAccessorChanged()
857 if (!listenersValue.IsTaggedArray()) { in NoticeThroughChain()
Djs_tagged_value-inl.h503 inline bool JSTaggedValue::IsTaggedArray() const in IsTaggedArray() function
505 return IsHeapObject() && GetTaggedObject()->GetClass()->IsTaggedArray(); in IsTaggedArray()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_table.h36 ASSERT(JSTaggedValue(object).IsTaggedArray()); in Cast()
Dts_obj_layout_info.h46 ASSERT(JSTaggedValue(obj).IsTaggedArray()); in Cast()
/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module_cache.h33 ASSERT(JSTaggedValue(object).IsTaggedArray()); in Cast()
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_runtime_test.cpp85 EXPECT_TRUE(handleProfileTypeInfo->Get(slotId).IsTaggedArray()); in HWTEST_F_L0()
92 EXPECT_TRUE(handleProfileTypeInfo->Get(slotId).IsTaggedArray()); in HWTEST_F_L0()
Dic_invoke_test.cpp92 ASSERT_TRUE(slot.IsTaggedArray()); in HWTEST_F_L0()
Dprofile_type_info_test.cpp147 EXPECT_TRUE(handleProfileTypeInfo->Get(slotId).IsTaggedArray()); in HWTEST_F_L0()
229 EXPECT_TRUE(handleProfileTypeInfo->Get(1).IsTaggedArray()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp347 …for (; curEnv.IsTaggedArray(); curEnv = LexicalEnv::Cast(curEnv.GetTaggedObject())->GetParentEnv()… in GetLevelSlot()
488 if (dictionary.IsTaggedArray()) { in GetModuleVariableIndex()
491 ASSERT(localExportEntries.IsTaggedArray()); in GetModuleVariableIndex()
550 if (dictionary.IsTaggedArray()) { in GetExportVariableValue()
577 if (dictionary.IsTaggedArray()) { in SetExportVariableValue()
672 if (dictionary.IsTaggedArray()) { in GetLocalExportVariables()
675 ASSERT(localExportEntries.IsTaggedArray()); in GetLocalExportVariables()
720 ASSERT(indirectExportEntries.IsTaggedArray()); in GetIndirectExportVariables()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.h65 ASSERT(JSTaggedValue(object).IsTaggedArray()); in Cast()
/arkcompiler/ets_runtime/ecmascript/tests/
Dhandle_leak_test.cpp206 ASSERT_TRUE(newArray.GetTaggedValue().IsTaggedArray()); in HWTEST_F_L0()
Djs_api_deque_test.cpp278 EXPECT_TRUE(keyArray->GetClass()->IsTaggedArray()); in HWTEST_F_L0()
Djs_api_stack_test.cpp329 EXPECT_TRUE(keyArray->GetClass()->IsTaggedArray()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/jobs/tests/
Dpending_job_test.cpp97 EXPECT_TRUE(handlePendingJob->GetArguments().IsTaggedArray()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp732 ASSERT(moduleEnvironment.IsTaggedArray()); in CollectRecordImportInfo()
762 ASSERT(starEntries.IsTaggedArray()); in CollectRecordExportInfo()

12