• Home
  • Raw
  • Download

Lines Matching refs:dex_pc

54                                            uint32_t dex_pc,  in MethodExited()  argument
60 MethodExited(thread, this_object, method, dex_pc, v); in MethodExited()
66 uint32_t dex_pc, in FieldWritten() argument
72 FieldWritten(thread, this_object, method, dex_pc, field, v); in FieldWritten()
330 uint32_t dex_pc = visitor.dex_pcs_.back(); in InstrumentationInstallStack() local
333 instrumentation->MethodEnterEvent(thread, (*isi).this_object_, (*isi).method_, dex_pc); in InstrumentationInstallStack()
949 uint32_t dex_pc) const { in MethodEnterEventImpl()
956 listener->MethodEntered(thread, thiz, method, dex_pc); in MethodEnterEventImpl()
965 uint32_t dex_pc, in MethodExitEventImpl() argument
975 listener->MethodExited(thread, thiz, method, dex_pc, return_value); in MethodExitEventImpl()
982 listener->MethodExited(thread, thiz, method, dex_pc, ret); in MethodExitEventImpl()
992 uint32_t dex_pc) const { in MethodUnwindEvent()
999 listener->MethodUnwind(thread, thiz, method, dex_pc); in MethodUnwindEvent()
1008 uint32_t dex_pc) const { in DexPcMovedEventImpl()
1014 listener->DexPcMoved(thread, thiz, method, dex_pc); in DexPcMovedEventImpl()
1021 uint32_t dex_pc, in BranchImpl() argument
1025 listener->Branch(thread, method, dex_pc, offset); in BranchImpl()
1033 uint32_t dex_pc, in InvokeVirtualOrInterfaceImpl() argument
1040 listener->InvokeVirtualOrInterface(thread, thiz, caller, dex_pc, callee); in InvokeVirtualOrInterfaceImpl()
1048 uint32_t dex_pc, in FieldReadEventImpl() argument
1055 listener->FieldRead(thread, thiz, method, dex_pc, field); in FieldReadEventImpl()
1063 uint32_t dex_pc, in FieldWriteEventImpl() argument
1072 listener->FieldWritten(thread, thiz, method, dex_pc, field, field_value); in FieldWriteEventImpl()
1079 listener->FieldWritten(thread, thiz, method, dex_pc, field, val); in FieldWriteEventImpl()
1192 uint32_t dex_pc = DexFile::kDexNoIndex; in PopInstrumentationStackFrame() local
1195 MethodExitEvent(self, this_object, instrumentation_frame.method_, dex_pc, return_value); in PopInstrumentationStackFrame()
1259 uint32_t dex_pc = DexFile::kDexNoIndex; in PopMethodForUnwind() local
1260 MethodUnwindEvent(self, instrumentation_frame.this_object_, method, dex_pc); in PopMethodForUnwind()