Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dpost_schedule.cpp277 GateRef taggedIntMask = circuit_->GetConstantGateWithoutCache( in LoweringHeapAllocAndPrepareScheduleGate()
279 GateRef taggedSize = builder_.Int64Or(size, taggedIntMask); in LoweringHeapAllocAndPrepareScheduleGate()
309 PrepareToScheduleNewGate(taggedIntMask, failBBGates); in LoweringHeapAllocAndPrepareScheduleGate()
337 GateRef taggedIntMask = circuit_->GetConstantGateWithoutCache( in LoweringHeapAllocate() local
339 GateRef taggedSize = builder_.Int64Or(size, taggedIntMask); in LoweringHeapAllocate()
365 PrepareToScheduleNewGate(taggedIntMask, currentBBGates); in LoweringHeapAllocate()

Completed in 2 milliseconds