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

  /art/compiler/optimizing/
stack_map_test.cc 150 stream.AddDexRegisterEntry(Kind::kInRegister, 18); // Short location.
158 stream.AddDexRegisterEntry(Kind::kInRegister, 6); // Short location.
272 ASSERT_EQ(Kind::kInRegister, dex_register_map.GetLocationKind(
276 ASSERT_EQ(Kind::kInRegister, dex_register_map.GetLocationInternalKind(
293 ASSERT_EQ(Kind::kInRegister, location0.GetKind());
295 ASSERT_EQ(Kind::kInRegister, location0.GetInternalKind());
326 ASSERT_EQ(Kind::kInRegister, dex_register_map.GetLocationKind(
330 ASSERT_EQ(Kind::kInRegister, dex_register_map.GetLocationInternalKind(
347 ASSERT_EQ(Kind::kInRegister, location0.GetKind());
349 ASSERT_EQ(Kind::kInRegister, location0.GetInternalKind())
    [all...]
code_generator.cc     [all...]
  /art/runtime/
check_reference_map_visitor.h 86 case DexRegisterLocation::Kind::kInRegister:
quick_exception_handler.cc 190 case DexRegisterLocation::Kind::kInRegister:
427 case DexRegisterLocation::Kind::kInRegister:
434 if (location == DexRegisterLocation::Kind::kInRegister) {
stack_map.h 54 * - kInRegister: vreg stored in low 32 bits of a core physical register,
75 kInRegister = 1, // 0b001
107 case Kind::kInRegister:
130 case Kind::kInRegister:
301 case DexRegisterLocation::Kind::kInRegister:
333 case DexRegisterLocation::Kind::kInRegister:
497 DCHECK(location.GetInternalKind() == DexRegisterLocation::Kind::kInRegister ||
    [all...]
stack_map.cc 37 case Kind::kInRegister:
stack.cc 300 case DexRegisterLocation::Kind::kInRegister:
    [all...]
  /art/compiler/debug/
elf_debug_loc_writer.h 224 } else if (kind == Kind::kInRegister) {

Completed in 158 milliseconds