Searched refs:TheClass (Results 1 – 6 of 6) sorted by relevance
42 class TheClass { class
457 const TargetRegisterClass &TheClass = *PossClasses[ClassIdx].RegClass; in emitFrameMemOps() local463 if (i + 1 < CSI.size() && TheClass.contains(CSI[i+1].getReg())) { in emitFrameMemOps()504 Pair ? TheClass.getSize() * 2 : TheClass.getSize(), in emitFrameMemOps()
1080 function TheClass() { class in TestStrictFunctionWritablePrototype1082 assertThrows(function() { TheClass.caller; }, TypeError);1083 assertThrows(function() { TheClass.arguments; }, TypeError);1086 TheClass.prototype = { class1092 var o = new TheClass();
113 InstrItinClass TheClass = Class;
2605 llvm::Constant *TheClass = in ModuleInitFunction() local2608 if (0 != TheClass) { in ModuleInitFunction()2609 TheClass = llvm::ConstantExpr::getBitCast(TheClass, PtrTy); in ModuleInitFunction()2610 Builder.CreateCall2(RegisterAlias, TheClass, in ModuleInitFunction()