Home
last modified time | relevance | path

Searched refs:notHandled (Results 1 – 4 of 4) sorted by relevance

/dalvik/vm/compiler/codegen/arm/armv7-a-neon/
DMethodCodegenDriver.cpp313 bool notHandled;
318 notHandled = handleMethodFmt10t_Fmt20t_Fmt30t(cUnit, mir, bb,
322 notHandled = handleMethodFmt10x(cUnit, mir);
326 notHandled = handleMethodFmt11n_Fmt31i(cUnit, mir);
329 notHandled = handleMethodFmt11x(cUnit, mir, bb, labelList);
332 notHandled = handleMethodFmt12x(cUnit, mir);
335 notHandled = handleMethodFmt20bc(cUnit, mir);
339 notHandled = handleMethodFmt21c_Fmt31c(cUnit, mir);
342 notHandled = handleMethodFmt21h(cUnit, mir);
345 notHandled = handleMethodFmt21s(cUnit, mir);
[all …]
/dalvik/vm/compiler/codegen/arm/
DCodegenDriver.cpp4386 bool notHandled; in dvmCompilerMIR2LIR() local
4398 notHandled = false; in dvmCompilerMIR2LIR()
4406 notHandled = handleFmt10t_Fmt20t_Fmt30t(cUnit, in dvmCompilerMIR2LIR()
4410 notHandled = handleFmt10x(cUnit, mir); in dvmCompilerMIR2LIR()
4414 notHandled = handleFmt11n_Fmt31i(cUnit, mir); in dvmCompilerMIR2LIR()
4417 notHandled = handleFmt11x(cUnit, mir); in dvmCompilerMIR2LIR()
4420 notHandled = handleFmt12x(cUnit, mir); in dvmCompilerMIR2LIR()
4423 notHandled = handleFmt20bc(cUnit, mir); in dvmCompilerMIR2LIR()
4427 notHandled = handleFmt21c_Fmt31c(cUnit, mir); in dvmCompilerMIR2LIR()
4430 notHandled = handleFmt21h(cUnit, mir); in dvmCompilerMIR2LIR()
[all …]
/dalvik/vm/compiler/codegen/mips/
DCodegenDriver.cpp4497 bool notHandled; local
4509 notHandled = false;
4517 notHandled = handleFmt10t_Fmt20t_Fmt30t(cUnit,
4521 notHandled = handleFmt10x(cUnit, mir);
4525 notHandled = handleFmt11n_Fmt31i(cUnit, mir);
4528 notHandled = handleFmt11x(cUnit, mir);
4531 notHandled = handleFmt12x(cUnit, mir);
4534 notHandled = handleFmt20bc(cUnit, mir);
4538 notHandled = handleFmt21c_Fmt31c(cUnit, mir);
4541 notHandled = handleFmt21h(cUnit, mir);
[all …]
/dalvik/vm/compiler/codegen/x86/
DCodegenInterface.cpp1271 bool notHandled = true; in dvmCompilerMIR2LIR() local
1285 notHandled = lowerByteCodeJit(cUnit->method, cUnit->method->insns+mir->offset, mir); in dvmCompilerMIR2LIR()
1296 if (notHandled) { in dvmCompilerMIR2LIR()