OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DexPc
(Results
1 - 4
of
4
) sorted by null
/art/runtime/
mapping_table.h
80
uint32_t
DexPc
() const {
153
uint32_t
DexPc
() const {
/art/runtime/mirror/
art_method.cc
166
return cur.
DexPc
();
173
return cur.
DexPc
();
195
if (cur.
DexPc
() == dex_pc) {
203
if (cur.
DexPc
() == dex_pc) {
/art/oatdump/
oatdump.cc
486
indent_os << StringPrintf("0x%04x -> 0x%04x\n", cur.NativePcOffset(), cur.
DexPc
());
494
indent_os << StringPrintf("0x%04x -> 0x%04x\n", cur.NativePcOffset(), cur.
DexPc
());
508
os << StringPrintf("suspend point dex PC: 0x%04x\n", cur.
DexPc
());
509
return cur.
DexPc
();
516
os << StringPrintf("catch entry dex PC: 0x%04x\n", cur.
DexPc
());
517
return cur.
DexPc
();
[
all
...]
/art/compiler/dex/quick/
codegen_util.cc
541
CHECK_EQ(pc2dex_mapping_table_.at(i), it.
DexPc
());
547
CHECK_EQ(dex2pc_mapping_table_.at(i), it2.
DexPc
());
[
all
...]
Completed in 458 milliseconds