HomeSort by relevance Sort by last modified time
    Searched defs:GetDexPc (Results 1 - 6 of 6) sorted by null

  /art/runtime/gc/
allocation_record.h 56 uint32_t GetDexPc() const {
127 AllocRecordStackTrace::kHashMultiplier + std::hash<uint32_t>()(r.GetDexPc());
  /art/compiler/optimizing/
code_generator.h 113 uint32_t GetDexPc() const {
114 return instruction_ != nullptr ? instruction_->GetDexPc() : kNoDexPc;
719 const uint32_t dex_pc = instruction->GetDexPc();
nodes.h 883 uint32_t GetDexPc() const { return dex_pc_; }
    [all...]
  /art/runtime/
stack.cc 151 uint32_t StackVisitor::GetDexPc(bool abort_on_failure) const {
153 return cur_shadow_frame_->GetDexPC();
435 shadow_frame = thread_->FindOrCreateDebuggerShadowFrame(frame_id, num_regs, m, GetDexPc());
471 shadow_frame = thread_->FindOrCreateDebuggerShadowFrame(frame_id, num_regs, m, GetDexPc());
561 next_dex_pc_ = GetDexPc();
604 result += StringPrintf("' at dex PC 0x%04x", GetDexPc());
    [all...]
dex_instruction.h 556 uint32_t GetDexPc(const uint16_t* insns) const {
stack_map.h 798 ALWAYS_INLINE uint32_t GetDexPc(const StackMapEncoding& encoding) const {
    [all...]

Completed in 90 milliseconds