Searched refs:undefined_constant (Results 1 – 2 of 2) sorted by relevance
605 RootConstant* undefined_constant; in MAGLEV_UNIMPLEMENTED_BYTECODE() local608 undefined_constant = in MAGLEV_UNIMPLEMENTED_BYTECODE()616 call->set_arg(arg_index++, undefined_constant); in MAGLEV_UNIMPLEMENTED_BYTECODE()635 RootConstant* undefined_constant; in BuildCallFromRegisters() local637 undefined_constant = in BuildCallFromRegisters()646 call->set_arg(arg_index++, undefined_constant); in BuildCallFromRegisters()
669 Node* undefined_constant = builder->jsgraph()->UndefinedConstant(); in Environment() local670 values()->insert(values()->end(), register_count, undefined_constant); in Environment()674 values()->push_back(undefined_constant); in Environment()