Home | History | Annotate | Download | only in interpreter

Lines Matching defs:null_value

327   Node* null_value = __ HeapConstant(isolate_->factory()->null_value());
328 __ SetAccumulator(null_value);
1333 Node* null_value = __ HeapConstant(isolate_->factory()->null_value());
1335 __ JumpIfWordEqual(accumulator, null_value, relative_jump);
1344 Node* null_value = __ HeapConstant(isolate_->factory()->null_value());
1348 __ JumpIfWordEqual(accumulator, null_value, relative_jump);