Home | History | Annotate | Download | only in interpreter

Lines Matching refs:code_item

67       instrumentation->DexPcMovedEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),  \
100 JValue ExecuteSwitchImpl(Thread* self, const DexFile::CodeItem* code_item,
112 const uint16_t* const insns = code_item->insns_;
216 instrumentation->MethodExitEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
233 instrumentation->MethodExitEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
251 instrumentation->MethodExitEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
268 instrumentation->MethodExitEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
307 instrumentation->MethodExitEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
2444 JValue ExecuteSwitchImpl<true, false>(Thread* self, const DexFile::CodeItem* code_item,
2448 JValue ExecuteSwitchImpl<false, false>(Thread* self, const DexFile::CodeItem* code_item,
2452 JValue ExecuteSwitchImpl<true, true>(Thread* self, const DexFile::CodeItem* code_item,
2456 JValue ExecuteSwitchImpl<false, true>(Thread* self, const DexFile::CodeItem* code_item,