| /external/llvm/lib/MC/ |
| MCAssembler.cpp | 191 // Note: this code could be made shorter with some modulo trickery, but it's 851 SmallString<256> Code; 852 raw_svector_ostream VecOS(Code); 858 F.getContents() = Code; [all...] |
| /external/llvm/lib/TableGen/ |
| TGParser.cpp | 24 // Support Code for the Semantic Actions. 373 // Parser Code 669 /// Type ::= CODE // code type 681 case tgtok::Code: Lex.Lex(); return StringRecTy::get(); 809 UnOpInit::UnaryOp Code; 813 default: llvm_unreachable("Unhandled code!"); 816 Code = UnOpInit::CAST; 828 Code = UnOpInit::HEAD; 832 Code = UnOpInit::TAIL [all...] |
| /external/v8/tools/ |
| grokdump.py | 8 # * Redistributions of source code must retain the above copyright 47 heap. Code objects are disassembled and the addresses linked from the 135 ("code", ctypes.c_uint32), 507 # List of V8 instance types. Obtained by adding the code below to any .cc file. 623 code = AnnotateAddresses(heap, line[1]) 624 return "%s%08x %08x: %s" % (marker, line_address, line[0], code) 803 self.code = heap.FindObject(code_entry - Code.HeaderSize(heap) + 1) 815 p.Print("code:") 816 self.code.Print(p [all...] |
| /frameworks/compile/slang/BitWriter_2_9/ |
| BitcodeWriter.cpp | 119 static void WriteStringRecord(unsigned Code, StringRef Str, 123 // Code: [strchar x N] 131 Stream.EmitRecord(Code, Vals, AbbrevToUse); 306 unsigned Code = 0; 310 case Type::VoidTyID: Code = bitc::TYPE_CODE_VOID; break; 311 case Type::FloatTyID: Code = bitc::TYPE_CODE_FLOAT; break; 312 case Type::DoubleTyID: Code = bitc::TYPE_CODE_DOUBLE; break; 313 case Type::X86_FP80TyID: Code = bitc::TYPE_CODE_X86_FP80; break; 314 case Type::FP128TyID: Code = bitc::TYPE_CODE_FP128; break; 315 case Type::PPC_FP128TyID: Code = bitc::TYPE_CODE_PPC_FP128; break [all...] |
| /frameworks/compile/slang/BitWriter_2_9_func/ |
| BitcodeWriter.cpp | 142 static void WriteStringRecord(unsigned Code, StringRef Str, 146 // Code: [strchar x N] 154 Stream.EmitRecord(Code, Vals, AbbrevToUse); 246 unsigned Code = 0; 250 case Type::VoidTyID: Code = bitc::TYPE_CODE_VOID; break; 251 case Type::FloatTyID: Code = bitc::TYPE_CODE_FLOAT; break; 252 case Type::DoubleTyID: Code = bitc::TYPE_CODE_DOUBLE; break; 253 case Type::X86_FP80TyID: Code = bitc::TYPE_CODE_X86_FP80; break; 254 case Type::FP128TyID: Code = bitc::TYPE_CODE_FP128; break; 255 case Type::PPC_FP128TyID: Code = bitc::TYPE_CODE_PPC_FP128; break [all...] |
| /frameworks/compile/slang/BitWriter_3_2/ |
| BitcodeWriter.cpp | 151 static void WriteStringRecord(unsigned Code, StringRef Str, 155 // Code: [strchar x N] 163 Stream.EmitRecord(Code, Vals, AbbrevToUse); 255 unsigned Code = 0; 259 case Type::VoidTyID: Code = bitc::TYPE_CODE_VOID; break; 260 case Type::HalfTyID: Code = bitc::TYPE_CODE_HALF; break; 261 case Type::FloatTyID: Code = bitc::TYPE_CODE_FLOAT; break; 262 case Type::DoubleTyID: Code = bitc::TYPE_CODE_DOUBLE; break; 263 case Type::X86_FP80TyID: Code = bitc::TYPE_CODE_X86_FP80; break; 264 case Type::FP128TyID: Code = bitc::TYPE_CODE_FP128; break [all...] |
| /external/clang/lib/Serialization/ |
| ASTWriterStmt.cpp | 33 serialization::StmtCode Code; 64 Code = serialization::STMT_NULL; 75 Code = serialization::STMT_COMPOUND; 91 Code = serialization::STMT_CASE; 97 Code = serialization::STMT_DEFAULT; 105 Code = serialization::STMT_LABEL; 114 Code = serialization::STMT_ATTRIBUTED; 125 Code = serialization::STMT_IF; 138 Code = serialization::STMT_SWITCH; 147 Code = serialization::STMT_WHILE [all...] |
| ASTReaderDecl.cpp | [all...] |
| ASTWriter.cpp | 81 /// \brief Type code that corresponds to the record generated. 82 TypeCode Code; 85 : Writer(Writer), Record(Record), Code(TYPE_EXT_QUAL) { } 103 Code = TYPE_COMPLEX; 108 Code = TYPE_POINTER; 113 Code = TYPE_BLOCK_POINTER; 119 Code = TYPE_LVALUE_REFERENCE; 124 Code = TYPE_RVALUE_REFERENCE; 130 Code = TYPE_MEMBER_POINTER; 142 Code = TYPE_CONSTANT_ARRAY [all...] |
| ASTReader.cpp | 703 unsigned Code = Cursor.ReadCode(); 704 unsigned RecCode = Cursor.readRecord(Code, Record, &Blob); 720 unsigned Code = Cursor.ReadCode(); 721 unsigned RecCode = Cursor.readRecord(Code, Record, &Blob); [all...] |
| /external/llvm/lib/Bitcode/Reader/ |
| BitcodeReader.cpp | 891 unsigned Code = Stream.readRecord(Entry.ID, Record); 892 switch (Code) { 899 Code = Stream.ReadCode(); 902 unsigned NextBitCode = Stream.readRecord(Code, Record); [all...] |
| /external/llvm/lib/Bitcode/Writer/ |
| BitcodeWriter.cpp | 149 static void WriteStringRecord(unsigned Code, StringRef Str, 153 // Code: [strchar x N] 161 Stream.EmitRecord(Code, Vals, AbbrevToUse); 299 unsigned Code = 0; 303 case Type::VoidTyID: Code = bitc::TYPE_CODE_VOID; break; 304 case Type::HalfTyID: Code = bitc::TYPE_CODE_HALF; break; 305 case Type::FloatTyID: Code = bitc::TYPE_CODE_FLOAT; break; 306 case Type::DoubleTyID: Code = bitc::TYPE_CODE_DOUBLE; break; 307 case Type::X86_FP80TyID: Code = bitc::TYPE_CODE_X86_FP80; break; 308 case Type::FP128TyID: Code = bitc::TYPE_CODE_FP128; break [all...] |
| /external/llvm/lib/Target/AArch64/AsmParser/ |
| AArch64AsmParser.cpp | 170 A64CC::CondCodes Code; 242 return CondCode.Code; 433 // certainly break resulting code. 719 static AArch64Operand *CreateCondCode(A64CC::CondCodes Code, 722 Op->CondCode.Code = Code; [all...] |
| /external/llvm/lib/Transforms/InstCombine/ |
| InstCombineAndOrXor.cpp | 97 static Value *getNewICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS, 100 if (Value *NewConstant = getICmpValue(Sign, Code, LHS, RHS, NewPred)) 108 static Value *getFCmpValue(bool isordered, unsigned code, 112 switch (code) { 113 default: llvm_unreachable("Illegal FCmp code!"); 279 "Lo is not <= Hi in range emission code!"); 715 unsigned Code = getICmpCode(LHS) & getICmpCode(RHS); 717 return getNewICmpValue(isSigned, Code, Op0, Op1, Builder); [all...] |
| /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/ |
| ClassPath.java | 9 * 1. Redistributions of source code must retain the above copyright 29 package org.jf.dexlib.Code.Analysis; [all...] |
| MethodAnalyzer.java | 9 * 1. Redistributions of source code must retain the above copyright 29 package org.jf.dexlib.Code.Analysis; 32 import org.jf.dexlib.Code.*; 33 import org.jf.dexlib.Code.Format.*; 80 throw new IllegalArgumentException("The method has no code"); 538 //instruction and follow the execution path. Any unreachable code won't have any predecessors or successors, 539 //and no reachable code will have an unreachable predessor or successor 601 " instruction at code address 0x" + Integer.toHexString(getInstructionAddress(predecessor)) + [all...] |
| /external/v8/src/ |
| factory.cc | 6 // * Redistributions of source code must retain the above copyright 724 Handle<Code> code, 729 // Set up the code pointer in both the shared function info and in 731 function->shared()->set_code(*code); 732 function->set_code(*code); 755 Handle<Code> code, 760 // Set up the code pointer in both the shared function info and in 762 function->shared()->set_code(*code); 1218 Handle<Code> code = isolate()->builtins()->HandleApiCall(); local [all...] |
| objects.h | 6 // * Redistributions of source code must retain the above copyright 104 // - Code 427 // code for the class including allocation and garbage collection routines, [all...] |
| /frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
| BitcodeReader.cpp | 764 unsigned Code = Stream.ReadCode(); 765 if (Code == bitc::END_BLOCK) { 785 if (Code == bitc::ENTER_SUBBLOCK) { 793 if (Code == bitc::DEFINE_ABBREV) { 801 switch (Stream.readRecord(Code, Record)) { 940 unsigned Code = Stream.ReadCode(); 941 if (Code == bitc::END_BLOCK) { 947 if (Code == bitc::ENTER_SUBBLOCK) { 955 if (Code == bitc::DEFINE_ABBREV) { 962 switch (Stream.readRecord(Code, Record)) [all...] |
| /frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
| BitcodeReader.cpp | [all...] |
| /external/llvm/utils/TableGen/ |
| CodeGenDAGPatterns.cpp | 378 // If we are down to concrete types, this code does not currently 415 // not have been accepted by this code previously. 682 /// Return the name to use in the generated code to reference this, this is 688 /// getCodeToRunOnSDNode - Return the code for the function body that 702 assert(!getPredCode().empty() && "Don't have any predicate code!"); [all...] |
| /external/clang/lib/Sema/ |
| SemaTemplate.cpp | 232 // The code is missing a 'template' keyword prior to the dependent template [all...] |
| SemaDecl.cpp | 377 /// @code [all...] |
| /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/ |
| Opcode.java | 9 * 1. Redistributions of source code must retain the above copyright 29 package org.jf.dexlib.Code; 31 import org.jf.dexlib.Code.Format.Format; [all...] |
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| SelectionDAGBuilder.cpp | 84 // frontend. It easy to induce this behavior with .ll code such as: 659 /// operand list. This adds the code marker, matching input operand index [all...] |