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

  /art/compiler/optimizing/
stack_map_test.cc 90 ASSERT_TRUE(dex_register_map.IsDexRegisterLive(0));
91 ASSERT_TRUE(dex_register_map.IsDexRegisterLive(1));
205 ASSERT_TRUE(dex_register_map.IsDexRegisterLive(0));
206 ASSERT_TRUE(dex_register_map.IsDexRegisterLive(1));
264 ASSERT_TRUE(dex_register_map.IsDexRegisterLive(0));
265 ASSERT_TRUE(dex_register_map.IsDexRegisterLive(1));
318 ASSERT_TRUE(dex_register_map.IsDexRegisterLive(0));
319 ASSERT_TRUE(dex_register_map.IsDexRegisterLive(1));
372 ASSERT_TRUE(dex_register_map.IsDexRegisterLive(0));
373 ASSERT_TRUE(dex_register_map.IsDexRegisterLive(1))
    [all...]
stack_map_stream.cc 531 DCHECK(!dex_register_map.IsValid() || !dex_register_map.IsDexRegisterLive(reg))
532 << dex_register_map.IsValid() << " " << dex_register_map.IsDexRegisterLive(reg);
534 DCHECK(dex_register_map.IsDexRegisterLive(reg));
  /art/runtime/
stack_map.cc 176 if (IsDexRegisterLive(j)) {
stack_map.h 516 if (!IsDexRegisterLive(dex_register_number)) {
576 ALWAYS_INLINE bool IsDexRegisterLive(uint16_t dex_register_number) const {
584 if (IsDexRegisterLive(i)) {
638 if (!IsDexRegisterLive(dex_register_number)) {
    [all...]

Completed in 91 milliseconds