HomeSort by relevance Sort by last modified time
    Searched refs:TypeValue (Results 1 - 8 of 8) 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/chromium_org/v8/src/arm/
disasm-arm.cc 390 if ((instr->TypeValue() == 7) &&
612 if (instr->TypeValue() == 0) {
615 ASSERT(instr->TypeValue() == 1);
732 int type = instr->TypeValue();
    [all...]
constants-arm.h 496 // int type = instr->TypeValue();
585 inline int TypeValue() const { return Bits(27, 25); }
689 return (TypeValue() == 7) && (Bit(24) == 1) && (SvcValue() >= kStopCode);
simulator-arm.cc     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 402 unsigned &TypeValue = CompletionTypes[CanUsageType];
403 if (TypeValue == 0) {
404 TypeValue = CompletionTypes.size();
406 = TypeValue;
409 CachedResult.Type = TypeValue;
    [all...]
  /prebuilts/devtools/tools/lib/
lint-checks.jar 

Completed in 1353 milliseconds