Home | History | Annotate | Download | only in runtime

Lines Matching refs:dex_pc

42 // the events they are listening for. The call backs supply the thread, method and dex_pc the event
51 uint32_t dex_pc) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) = 0;
57 const mirror::ArtMethod* method, uint32_t dex_pc,
64 uint32_t dex_pc) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) = 0;
155 const mirror::ArtMethod* method, uint32_t dex_pc) const
158 MethodEnterEventImpl(thread, this_object, method, dex_pc);
164 const mirror::ArtMethod* method, uint32_t dex_pc,
168 MethodExitEventImpl(thread, this_object, method, dex_pc, return_value);
174 const mirror::ArtMethod* method, uint32_t dex_pc) const
179 const mirror::ArtMethod* method, uint32_t dex_pc) const
182 DexPcMovedEventImpl(thread, this_object, method, dex_pc);
219 const mirror::ArtMethod* method, uint32_t dex_pc) const
223 uint32_t dex_pc, const JValue& return_value) const
226 const mirror::ArtMethod* method, uint32_t dex_pc) const