Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc437 for (auto isi = thread->GetInstrumentationStack()->rbegin(), in InstrumentationInstallStack() local
438 end = thread->GetInstrumentationStack()->rend(); isi != end; ++isi) { in InstrumentationInstallStack()
439 while (ssi != visitor.shadow_stack_.rend() && (*ssi).frame_id_ < isi->second.frame_id_) { in InstrumentationInstallStack()
445 if (!isi->second.interpreter_entry_ && !isi->second.method_->IsRuntimeMethod()) { in InstrumentationInstallStack()
447 thread, isi->second.this_object_, isi->second.method_, dex_pc); in InstrumentationInstallStack()