Searched defs:location_kind (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/compiler/
H A Dinstruction.h411 LocationOperand::LocationKind location_kind,
414 DCHECK_IMPLIES(location_kind == REGISTER, index >= 0);
416 value_ |= LocationKindField::encode(location_kind);
454 LocationKind location_kind() const { function in class:v8::internal::compiler::LocationOperand
535 LocationOperand::cast(this)->location_kind() ==
570 LocationOperand::cast(this)->location_kind() ==
577 LocationOperand::cast(this)->location_kind() ==
584 LocationOperand::cast(this)->location_kind() ==
592 LocationOperand::cast(this)->location_kind() ==
600 LocationOperand::cast(this)->location_kind()
410 LocationOperand(InstructionOperand::Kind operand_kind, LocationOperand::LocationKind location_kind, MachineRepresentation rep, int index) argument
[all...]

Completed in 52 milliseconds