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

  /external/v8/src/
type-info.h 293 TypeInfo SwitchType(CaseClause* clause);
ast.cc 466 TypeInfo info = oracle->SwitchType(this);
    [all...]
type-info.cc 430 TypeInfo TypeFeedbackOracle::SwitchType(CaseClause* clause) {
hydrogen.h 751 enum SwitchType { UNKNOWN_SWITCH, SMI_SWITCH, STRING_SWITCH };
    [all...]
hydrogen.cc     [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 63 SwitchType, // Dispatch based on type.
533 : Matcher(SwitchType), Cases(cases, cases+numcases) {}
536 return N->getKind() == SwitchType;
    [all...]
DAGISelMatcherEmitter.cpp 268 case Matcher::SwitchType: {
321 "/*SwitchOpcode*/ " : "/*SwitchType*/ ");
757 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 86 milliseconds