Home
last modified time | relevance | path

Searched defs:bcId (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dframe_states.h171 FrameLiveOut *GetFrameLiveoutAfter(uint32_t bcId) in GetFrameLiveoutAfter()
Dframe_states.cpp291 …ateBuilder::AdvanceToNextBc(const BytecodeInfo &bytecodeInfo, FrameLiveOut* liveout, uint32_t bcId) in AdvanceToNextBc()
323 void FrameStateBuilder::UpdateMoveValues(const BytecodeInfo &bytecodeInfo, uint32_t bcId) in UpdateMoveValues()
349 uint32_t bcId, GateRef gate) in UpdateFrameValues()
1178 …ilder::BindStateSplitBefore(const BytecodeInfo &bytecodeInfo, FrameLiveOut* liveout, uint32_t bcId) in BindStateSplitBefore()
1190 uint32_t bcId, GateRef gate) in BindStateSplitAfter()
Dbytecode_circuit_builder.cpp670 auto bcId = iterator.Index(); in NewByteCode() local