Home
last modified time | relevance | path

Searched refs:GetEmptyArray (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dobject_factory_test.cpp80 EXPECT_EQ(newObj->GetProperties(), thread->GlobalConstants()->GetEmptyArray()); in HWTEST_F_L0()
81 EXPECT_EQ(newObj->GetElements(), thread->GlobalConstants()->GetEmptyArray()); in HWTEST_F_L0()
115 EXPECT_EQ(newFun->GetProperties(), thread->GlobalConstants()->GetEmptyArray()); in HWTEST_F_L0()
116 EXPECT_EQ(newFun->GetElements(), thread->GlobalConstants()->GetEmptyArray()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp1075 GateRef emptyArray = GetEmptyArray(glue); in GetAllEnumKeys()
1122 GateRef emptyArray = GetEmptyArray(glue); in GetAllEnumKeys()
1233 GateRef emptyArray = GetEmptyArray(glue); in GetEnumElementKeys()
1298 GateRef emptyArray = GetEmptyArray(glue_); in Keys()
/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h497 JSTaggedValue emptyArray = thread->GlobalConstants()->GetEmptyArray(); in GetEnumCacheKind()
Ddump.cpp2547 globalConst->GetEmptyArray().Dump(os); in Dump()
5198 vec.emplace_back(CString("EmptyArray"), globalConst->GetEmptyArray()); in DumpForSnapshot()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp350 result = GetEmptyArray(glue); in CopyArray()
685 GateRef emptyArray = GetEmptyArray(glue); in EnumerateObjectProperties()
Dcircuit_builder.cpp561 GateRef CircuitBuilder::GetEmptyArray(GateRef glue) in GetEmptyArray() function in panda::ecmascript::kungfu::CircuitBuilder
Dcircuit_builder.h256 GateRef GetEmptyArray(GateRef glue);
Dstub_builder-inl.h1501 inline GateRef StubBuilder::GetEmptyArray(GateRef glue) in GetEmptyArray() function
1503 return env_->GetBuilder()->GetEmptyArray(glue); in GetEmptyArray()
Dstub_builder.h712 GateRef GetEmptyArray(GateRef glue);
Dmcr_circuit_builder.cpp1243 GateRef emptyArray = GetEmptyArray(glue); in GetEnumCacheKind()