Searched refs:TypeValue (Results 1 - 7 of 7) sorted by relevance

/external/v8/src/arm/
H A Dconstants-arm.h506 // int type = instr->TypeValue();
595 inline int TypeValue() const { return Bits(27, 25); } function in class:v8::internal::Instruction
695 return (TypeValue() == 7) && (Bit(24) == 1) && (SvcValue() >= kStopCode);
H A Ddisasm-arm.cc562 if (instr->TypeValue() == 0) {
565 ASSERT(instr->TypeValue() == 1);
682 int type = instr->TypeValue();
1086 VERIFY((instr->TypeValue() == 7) && (instr->Bit(24) == 0x0) );
1277 VERIFY(instr->TypeValue() == 6);
1396 switch (instr->TypeValue()) {
H A Dsimulator-arm.cc2006 int type = instr->TypeValue();
2264 ASSERT(instr->TypeValue() == 1);
2730 ASSERT((instr->TypeValue() == 7) && (instr->Bit(24) == 0x0) );
3130 ASSERT((instr->TypeValue() == 6));
3245 switch (instr->TypeValue()) {
/external/chromium_org/v8/src/arm/
H A Ddisasm-arm.cc390 if ((instr->TypeValue() == 7) &&
612 if (instr->TypeValue() == 0) {
615 ASSERT(instr->TypeValue() == 1);
732 int type = instr->TypeValue();
1252 VERIFY((instr->TypeValue() == 7) && (instr->Bit(24) == 0x0) );
1478 VERIFY(instr->TypeValue() == 6);
1686 switch (instr->TypeValue()) {
H A Dconstants-arm.h496 // int type = instr->TypeValue();
585 inline int TypeValue() const { return Bits(27, 25); } function in class:v8::internal::Instruction
689 return (TypeValue() == 7) && (Bit(24) == 1) && (SvcValue() >= kStopCode);
H A Dsimulator-arm.cc2091 int type = instr->TypeValue();
2363 ASSERT(instr->TypeValue() == 1);
2961 ASSERT((instr->TypeValue() == 7) && (instr->Bit(24) == 0x0) );
3421 ASSERT((instr->TypeValue() == 6));
3698 switch (instr->TypeValue()) {
/external/clang/lib/Frontend/
H A DASTUnit.cpp402 unsigned &TypeValue = CompletionTypes[CanUsageType]; local
403 if (TypeValue == 0) {
404 TypeValue = CompletionTypes.size();
406 = TypeValue;
409 CachedResult.Type = TypeValue;

Completed in 178 milliseconds