Home
last modified time | relevance | path

Searched refs:location_kind (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dinstruction.h403 LocationOperand::LocationKind location_kind, in LocationOperand() argument
406 DCHECK_IMPLIES(location_kind == REGISTER, index >= 0); in LocationOperand()
408 value_ |= LocationKindField::encode(location_kind); in LocationOperand()
430 LocationKind location_kind() const { in location_kind() function
510 LocationOperand::cast(this)->location_kind() == in IsAnyRegister()
527 LocationOperand::cast(this)->location_kind() == in IsStackSlot()
534 LocationOperand::cast(this)->location_kind() == in IsDoubleStackSlot()
/external/v8/test/cctest/compiler/
Dtest-gap-resolver.cc90 kind = LocationOperand::cast(op).location_kind(); in KeyFor()