Lines Matching defs:value
59 // any value < 0 is considered no_condition
90 // no_condition value (-2). As long as tests for no_condition check
117 inline explicit Immediate(Smi value)
118 : Immediate(static_cast<intptr_t>(value.ptr())) {}
180 inline explicit Immediate(Label* value) {
181 value_.immediate = reinterpret_cast<int32_t>(value);
310 "Operand must be small enough to pass it by value");
324 // A next value of null (0) indicates the end of a chain (note that there can
1671 void set_byte_at(int pos, byte value) { buffer_start_[pos] = value; }