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 88 ASSERT_TRUE(dex_register_map.IsDexRegisterLive(0));
89 ASSERT_TRUE(dex_register_map.IsDexRegisterLive(1));
202 ASSERT_TRUE(dex_register_map.IsDexRegisterLive(0));
203 ASSERT_TRUE(dex_register_map.IsDexRegisterLive(1));
263 ASSERT_TRUE(dex_register_map.IsDexRegisterLive(0));
264 ASSERT_TRUE(dex_register_map.IsDexRegisterLive(1));
317 ASSERT_TRUE(dex_register_map.IsDexRegisterLive(0));
318 ASSERT_TRUE(dex_register_map.IsDexRegisterLive(1));
371 ASSERT_TRUE(dex_register_map.IsDexRegisterLive(0));
372 ASSERT_TRUE(dex_register_map.IsDexRegisterLive(1))
    [all...]
stack_map_stream.cc 486 DCHECK(!dex_register_map.IsValid() || !dex_register_map.IsDexRegisterLive(reg));
488 DCHECK(dex_register_map.IsDexRegisterLive(reg));
  /art/runtime/
stack_map.cc 170 if (IsDexRegisterLive(j)) {
stack_map.h 510 if (!IsDexRegisterLive(dex_register_number)) {
570 bool IsDexRegisterLive(uint16_t dex_register_number) const {
578 if (IsDexRegisterLive(i)) {
632 if (!IsDexRegisterLive(dex_register_number)) {
    [all...]

Completed in 8001 milliseconds