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

/external/v8/src/compiler/
H A Dinstruction.h424 class LocationOperand : public InstructionOperand { class in namespace:v8::internal::compiler
428 LocationOperand(InstructionOperand::Kind operand_kind, function in class:v8::internal::compiler::LocationOperand
429 LocationOperand::LocationKind location_kind,
504 static LocationOperand* cast(InstructionOperand* op) {
506 return static_cast<LocationOperand*>(op);
509 static const LocationOperand* cast(const InstructionOperand* op) {
511 return static_cast<const LocationOperand*>(op);
514 static LocationOperand cast(const InstructionOperand& op) {
516 return *static_cast<const LocationOperand*>(&op);
526 : public NON_EXPORTED_BASE(LocationOperand) {
[all...]

Completed in 184 milliseconds