Home
last modified time | relevance | path

Searched refs:ValueIsSpecialHole (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.h908 GateRef ValueIsSpecialHole(GateRef x);
H A Dstub_builder.cpp9848 BRANCH(ValueIsSpecialHole(value), &storeHole, &storeNormalValue); in MigrateFromRawValueToHeapValues()
10011 BRANCH(ValueIsSpecialHole(value), &finishStore, &storeNormalValue); in MigrateFromHoleIntToHoleNumber()
10060 BRANCH(ValueIsSpecialHole(value), &finishStore, &storeNormalValue); in MigrateFromHoleNumberToHoleInt()
H A Dstub_builder-inl.h686 inline GateRef StubBuilder::ValueIsSpecialHole(GateRef x) in ValueIsSpecialHole() function in panda::ecmascript::kungfu::StubBuilder

Completed in 26 milliseconds