HomeSort by relevance Sort by last modified time
    Searched refs:TypeValue (Results 1 - 5 of 5) sorted by null

  /external/v8/src/arm/
constants-arm.h 506 // int type = instr->TypeValue();
595 inline int TypeValue() const { return Bits(27, 25); }
695 return (TypeValue() == 7) && (Bit(24) == 1) && (SvcValue() >= kStopCode);
disasm-arm.cc 562 if (instr->TypeValue() == 0) {
565 ASSERT(instr->TypeValue() == 1);
682 int type = instr->TypeValue();
    [all...]
simulator-arm.cc     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 396 unsigned &TypeValue = CompletionTypes[CanUsageType];
397 if (TypeValue == 0) {
398 TypeValue = CompletionTypes.size();
400 = TypeValue;
403 CachedResult.Type = TypeValue;
    [all...]
  /prebuilts/devtools/tools/lib/
lint-checks.jar 

Completed in 185 milliseconds