HomeSort by relevance Sort by last modified time
    Searched defs:location_kind (Results 1 - 2 of 2) sorted by null

  /art/runtime/
stack.cc 249 DexRegisterLocation::Kind location_kind = local
251 switch (location_kind) {
    [all...]
  /external/v8/src/compiler/
instruction.h 429 LocationOperand::LocationKind location_kind,
432 DCHECK_IMPLIES(location_kind == REGISTER, index >= 0);
434 value_ |= LocationKindField::encode(location_kind);
472 LocationKind location_kind() const { function in class:v8::internal::compiler::LocationOperand
571 LocationOperand::cast(this)->location_kind() ==
606 LocationOperand::cast(this)->location_kind() ==
622 LocationOperand::cast(this)->location_kind() ==
630 LocationOperand::cast(this)->location_kind() ==
638 LocationOperand::cast(this)->location_kind() ==
    [all...]

Completed in 385 milliseconds