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 57 uint32_t GetDexPc() const {
128 AllocRecordStackTrace::kHashMultiplier + std::hash<uint32_t>()(r.GetDexPc());
  /art/compiler/optimizing/
code_generator.h 129 uint32_t GetDexPc() const {
130 return instruction_ != nullptr ? instruction_->GetDexPc() : kNoDexPc;
    [all...]
nodes.h     [all...]
  /art/libdexfile/dex/
dex_instruction.h 626 uint32_t GetDexPc(const uint16_t* insns) const {
  /art/runtime/
stack.cc 113 uint32_t StackVisitor::GetDexPc(bool abort_on_failure) const {
115 return cur_shadow_frame_->GetDexPC();
408 shadow_frame = thread_->FindOrCreateDebuggerShadowFrame(frame_id, num_regs, m, GetDexPc());
444 shadow_frame = thread_->FindOrCreateDebuggerShadowFrame(frame_id, num_regs, m, GetDexPc());
534 next_dex_pc_ = GetDexPc();
577 result += StringPrintf("' at dex PC 0x%04x", GetDexPc());
    [all...]
stack_map.h 810 ALWAYS_INLINE uint32_t GetDexPc(const StackMapEncoding& encoding) const {
    [all...]

Completed in 223 milliseconds