Searched refs:instructionSet (Results 1 - 7 of 7) sorted by path

/dalvik/vm/compiler/
H A DCompiler.cpp702 work.result.instructionSet,
H A DCompiler.h83 JitInstructionSetType instructionSet; member in struct:JitTranslationInfo
H A DCompilerIR.h231 JitInstructionSetType instructionSet; member in struct:CompilationUnit
H A DFrontend.cpp1345 info->instructionSet, true, 0);
2045 cUnit.instructionSet = dvmCompilerInstructionSet();
/dalvik/vm/compiler/codegen/arm/
H A DAssemble.cpp1247 (p->u.info.instructionSet == DALVIK_JIT_ARM ? 0 : 1));
1367 info->instructionSet = cUnit->instructionSet;
1543 if (info->instructionSet != DALVIK_JIT_ARM)
2270 (cUnit->instructionSet == DALVIK_JIT_ARM ? 0 : 1);
/dalvik/vm/interp/
H A DJit.cpp1130 newValue.info.instructionSet = set;
H A DJit.h131 JitInstructionSetType instructionSet:3; member in struct:JitEntryInfo

Completed in 78 milliseconds