Lines Matching refs:ctx
1732 ALWAYS_INLINE InstructionHandler(SwitchImplContext* ctx, in InstructionHandler() argument
1741 : ctx_(ctx), in InstructionHandler()
1829 SwitchImplContext* ctx, \
1839 ctx, instrumentation, self, shadow_frame, dex_pc, inst, inst_data, next, exit); \
1846 void ExecuteSwitchImplCpp(SwitchImplContext* ctx) { in DEX_INSTRUCTION_LIST()
1847 Thread* self = ctx->self; in DEX_INSTRUCTION_LIST()
1848 const CodeItemDataAccessor& accessor = ctx->accessor; in DEX_INSTRUCTION_LIST()
1849 ShadowFrame& shadow_frame = ctx->shadow_frame; in DEX_INSTRUCTION_LIST()
1860 bool const interpret_one_instruction = ctx->interpret_one_instruction; in DEX_INSTRUCTION_LIST()
1870 ctx, instrumentation, self, shadow_frame, dex_pc, inst, inst_data, next, exit). in DEX_INSTRUCTION_LIST()
1878 ctx, instrumentation, self, shadow_frame, dex_pc, inst, inst_data, next, exit); \ in DEX_INSTRUCTION_LIST()
1894 ctx, instrumentation, self, shadow_frame, dex_pc, inst, inst_data, next, exit). in DEX_INSTRUCTION_LIST()
1903 ctx->result = ctx->result_register; in DEX_INSTRUCTION_LIST()