Home
last modified time | relevance | path

Searched defs:liveout (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecode_circuit_builder.cpp950 FrameLiveOut* liveout; in NewByteCode() local
H A Dframe_states.cpp91 auto liveout = GetOrOCreateBCEndLiveOut(predPc); in MergeIntoPredBC() local
99 auto liveout = GetOrOCreateBBLiveOut(bbId); in MergeFromSuccBB() local
107 auto liveout = GetOrOCreateBBLiveOut(bbId); in MergeFromCatchBB() local
124 auto liveout in ComputeLiveOut() local
214 auto liveout = bcEndStateLiveouts_[bcIndex]; GetOrOCreateBCEndLiveOut() local
233 auto liveout = bbBeginStateLiveouts_[bbIndex]; GetOrOCreateBBLiveOut() local
284 AdvanceToNextBc(const BytecodeInfo &bytecodeInfo, FrameLiveOut* liveout, uint32_t bcId) AdvanceToNextBc() argument
346 auto liveout = GetFrameLiveoutAfter(bcId); UpdateFrameValues() local
427 auto liveout = GetFrameLiveoutBefore(1); // 1: is firstBlock InitEntryBB() local
693 auto liveout = GetFrameLiveoutBefore(bbNext.id); MergeAssignment() local
722 auto liveout = GetFrameLiveoutBefore(bbNext.id); CopyLiveoutValues() local
767 auto liveout = GetFrameLiveoutBefore(bbNext.id); NewLoopExit() local
835 auto liveout = GetOrOCreateBBLiveOut(bb.id); AdvanceToNextBB() local
929 auto liveout = GetOrOCreateBBLiveOut(bb->id); AddEmptyBlock() local
1059 auto liveout = frameBuilder_->GetOrOCreateBBLiveOut(bbId); CountLoopBody() local
1090 auto liveout = frameBuilder_->GetOrOCreateBBLiveOut(loopInfo.loopHeadId); InitLoopInfo() local
1372 auto liveout = GetFrameLiveoutAfter(i); DumpLiveState() local
1391 auto liveout = GetFrameLiveoutBefore(i); DumpLiveState() local
1411 BuildFrameState(FrameContext* frameContext, FrameLiveOut* liveout, size_t bcIndex) BuildFrameState() argument
1425 BuildStateSplit(FrameContext* frameContext, FrameLiveOut* liveout, size_t bcIndex) BuildStateSplit() argument
1435 BindStateSplitBefore(const BytecodeInfo &bytecodeInfo, FrameLiveOut* liveout, uint32_t bcId) BindStateSplitBefore() argument
1462 BuildFrameValues(FrameContext* frameContext, FrameLiveOut* liveout) BuildFrameValues() argument
[all...]

Completed in 5 milliseconds