Searched refs:SpecialHole (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | new_object_stub_builder.cpp | 646 result->ReadVariable(), SpecialHole(), Int32(0), len);
in NewMutantTaggedArrayChecked() 751 array.ReadVariable(), isMutantArray ? SpecialHole() : Hole(), Int32(0), newLen);
in ExtendArray()
|
H A D | stub_builder.h | 119 GateRef SpecialHole();
|
H A D | stub_builder.cpp | 9376 BRANCH(Int64Equal(rawValue, SpecialHole()), &isSpecialHole, &isNotSpecialHole); in GetTaggedValueWithElementsKind() 9513 DEFVARIABLE(result, VariableType::INT64(), SpecialHole()); in SetValueWithElementsKind() 9936 SetValueToTaggedArray(VariableType::INT64(), glue, *newElements, *index, SpecialHole()); in MigrateFromHeapValueToRawValue()
|
H A D | stub_builder-inl.h | 127 inline GateRef StubBuilder::SpecialHole() in SpecialHole() function in panda::ecmascript::kungfu::StubBuilder
|
Completed in 32 milliseconds