Home | History | Annotate | Download | only in compiler

Lines Matching refs:stack_check

549 bool BytecodeGraphBuilder::CreateGraph(bool stack_check) {
563 VisitBytecodes(stack_check);
631 void BytecodeGraphBuilder::VisitBytecodes(bool stack_check) {
658 // Skip the first stack check if stack_check is false
659 if (!stack_check &&
661 stack_check = true;