Home | History | Annotate | Download | only in x64

Lines Matching refs:JSValue

1231   // Allocate a JSValue and put the tagged pointer into rax.
1233 __ Allocate(JSValue::kSize,
1244 Immediate(JSValue::kSize >> kPointerSizeLog2));
1257 __ movp(FieldOperand(rax, JSValue::kValueOffset), rbx);
1260 STATIC_ASSERT(JSValue::kSize == 4 * kPointerSize);