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

  /art/compiler/optimizing/
stack_map_test.cc 57 ASSERT_EQ(64u, stack_map.GetNativePc());
104 ASSERT_EQ(64u, stack_map.GetNativePc());
125 ASSERT_EQ(128u, stack_map.GetNativePc());
  /art/runtime/
stack_map.h 148 T GetNativePc() const {
282 if (stack_map.GetNativePc() == native_pc) {

Completed in 193 milliseconds