Searched refs:isi (Results 1 – 1 of 1) sorted by relevance
322 for (auto isi = thread->GetInstrumentationStack()->rbegin(), in InstrumentationInstallStack() local323 end = thread->GetInstrumentationStack()->rend(); isi != end; ++isi) { in InstrumentationInstallStack()324 while (ssi != visitor.shadow_stack_.rend() && (*ssi).frame_id_ < (*isi).frame_id_) { in InstrumentationInstallStack()330 if (!isi->interpreter_entry_) { in InstrumentationInstallStack()331 instrumentation->MethodEnterEvent(thread, (*isi).this_object_, (*isi).method_, dex_pc); in InstrumentationInstallStack()