Home | History | Annotate | Download | only in interpreter

Lines Matching defs:null_value

425   Node* null_value = __ HeapConstant(isolate_->factory()->null_value());
426 __ SetAccumulator(null_value);
2449 Node* null_value = __ HeapConstant(isolate_->factory()->null_value());
2452 __ GotoIf(__ WordEqual(object, null_value), &equal);
2637 Node* null_value = __ HeapConstant(isolate_->factory()->null_value());
2639 __ JumpIfWordEqual(accumulator, null_value, relative_jump);
2648 Node* null_value = __ HeapConstant(isolate_->factory()->null_value());
2651 __ JumpIfWordEqual(accumulator, null_value, relative_jump);