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

  /external/v8/src/compiler/
gap-resolver.cc 39 auto src_kind = src_loc.location_kind();
40 auto dst_kind = dst_loc.location_kind();
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...]
instruction.cc 77 LocationOperand::LocationKind kind = loc.location_kind();
78 LocationOperand::LocationKind other_kind = other_loc.location_kind();
    [all...]
  /art/runtime/
stack.cc 249 DexRegisterLocation::Kind location_kind = local
251 switch (location_kind) {
    [all...]

Completed in 223 milliseconds