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 34 auto src_kind = src_loc.location_kind();
35 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
570 LocationOperand::cast(this)->location_kind() ==
604 LocationOperand::cast(this)->location_kind() ==
620 LocationOperand::cast(this)->location_kind() ==
628 LocationOperand::cast(this)->location_kind() ==
636 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 222 DexRegisterLocation::Kind location_kind = dex_register_map[vreg].GetKind(); local
223 switch (location_kind) {
    [all...]

Completed in 90 milliseconds