Home
last modified time | relevance | path

Searched refs:ShouldInsertFrameStateBefore (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dframe_states.h163 bool ShouldInsertFrameStateBefore(BytecodeRegion& bb, size_t index);
Dframe_states.cpp451 bool FrameStateBuilder::ShouldInsertFrameStateBefore(BytecodeRegion& bb, size_t index) in ShouldInsertFrameStateBefore() function in panda::ecmascript::kungfu::FrameStateBuilder
486 bool needStateSplitBefore = ShouldInsertFrameStateBefore(bb, index); in BuildFrameState()