Home
last modified time | relevance | path

Searched refs:GetCurrentPC (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/
Dquick_cfi_test.cc112 EXPECT_EQ(m2l->cfi().GetCurrentPC(), static_cast<int>(actual_asm.size())); in TestImpl()
/art/compiler/dwarf/
Ddebug_frame_opcode_writer.h285 int GetCurrentPC() const { return current_pc_; } in GetCurrentPC() function