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

  /external/v8/src/
type-info.h 263 TypeInfo SwitchType(CaseClause* clause);
type-info.cc 289 TypeInfo TypeFeedbackOracle::SwitchType(CaseClause* clause) {
ast.cc 666 TypeInfo info = oracle->SwitchType(this);
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 62 SwitchType, // Dispatch based on type.
532 : Matcher(SwitchType), Cases(cases, cases+numcases) {}
535 return N->getKind() == SwitchType;
    [all...]
DAGISelMatcherEmitter.cpp 268 case Matcher::SwitchType: {
321 "/*SwitchOpcode*/ " : "/*SwitchType*/ ");
758 case Matcher::SwitchType: OS << "OPC_SwitchType"; break;
  /external/webkit/Source/JavaScriptCore/parser/
Nodes.h 97 enum SwitchType { SwitchNone, SwitchImmediate, SwitchCharacter, SwitchString };
99 SwitchType switchType;
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.h 394 void beginSwitch(RegisterID*, SwitchInfo::SwitchType);
NodesCodegen.cpp     [all...]
BytecodeGenerator.cpp     [all...]

Completed in 98 milliseconds