HomeSort by relevance Sort by last modified time
    Searched refs:Code (Results 826 - 850 of 1922) sorted by null

<<31323334353637383940>>

  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
ErrorOr.h 48 /// \code
285 operator==(const ErrorOr<T> &Err, E Code) {
286 return Err.getError() == Code;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ErrorOr.h 47 /// \code
282 operator==(const ErrorOr<T> &Err, E Code) {
283 return Err.getError() == Code;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
ErrorOr.h 48 /// \code
285 operator==(const ErrorOr<T> &Err, E Code) {
286 return Err.getError() == Code;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
ErrorOr.h 48 /// \code
285 operator==(const ErrorOr<T> &Err, E Code) {
286 return Err.getError() == Code;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
ErrorOr.h 48 /// \code
285 operator==(const ErrorOr<T> &Err, E Code) {
286 return Err.getError() == Code;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
ErrorOr.h 48 /// \code
285 operator==(const ErrorOr<T> &Err, E Code) {
286 return Err.getError() == Code;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
ErrorOr.h 48 /// \code
285 operator==(const ErrorOr<T> &Err, E Code) {
286 return Err.getError() == Code;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
ErrorOr.h 48 /// \code
285 operator==(const ErrorOr<T> &Err, E Code) {
286 return Err.getError() == Code;
  /prebuilts/go/darwin-x86/src/math/bits/
make_tables.go 2 // Use of this source code is governed by a BSD-style
21 // Use of this source code is governed by a BSD-style
24 // Code generated by go run make_tables.go. DO NOT EDIT.
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/idna/
trie.go 0 // Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.
4 // Use of this source code is governed by a BSD-style
30 // Sparse block handling code.
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
example_iter_test.go 0 // Code generated by running "go run gen.go -core" in golang.org/x/text. DO NOT EDIT.
4 // Use of this source code is governed by a BSD-style
  /prebuilts/go/linux-x86/src/math/bits/
make_tables.go 2 // Use of this source code is governed by a BSD-style
21 // Use of this source code is governed by a BSD-style
24 // Code generated by go run make_tables.go. DO NOT EDIT.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/idna/
trie.go 0 // Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.
4 // Use of this source code is governed by a BSD-style
30 // Sparse block handling code.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
example_iter_test.go 0 // Code generated by running "go run gen.go -core" in golang.org/x/text. DO NOT EDIT.
4 // Use of this source code is governed by a BSD-style
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
eh-frame1-n64.d 41 Code alignment factor: 1
105 Code alignment factor: 1
145 Code alignment factor: 1
172 Code alignment factor: 1
  /tools/dexter/slicer/export/slicer/
writer.h 142 code(dex::kCodeItem),
161 Section code; member in struct:dex::Writer::DexImage
216 dex::u4 WriteCode(const ir::Code* ir_code);
229 void WriteTryBlocks(const ir::Code* ir_code);
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 263 void EmitWinCFIPushFrame(bool Code) override;
830 assert(Directive && "Invalid size for machine code value!");
922 llvm_unreachable("Invalid size for machine code value!");
952 default: llvm_unreachable("Invalid size for machine code value!");
    [all...]
  /art/libdexfile/dex/
dex_instruction.cc 43 static constexpr int8_t InstructionSizeInCodeUnitsByOpcode(Instruction::Code opcode,
45 if (opcode == Instruction::Code::NOP) {
94 Code opcode = static_cast<Code>(insn & 0xFF);
547 std::ostream& operator<<(std::ostream& os, const Instruction::Code& code) {
548 return os << Instruction::Name(code);
  /external/swiftshader/third_party/LLVM/lib/MC/
MCStreamer.cpp 1 //===- lib/MC/MCStreamer.cpp - Streaming Machine Code Output --------------===//
198 if (RegionIndicator == Code) return;
210 RegionIndicator = Code;
293 RegionIndicator = Code;
544 void MCStreamer::EmitWin64EHPushFrame(bool Code) {
550 MCWin64EHInstruction Inst(Win64EH::UOP_PushMachFrame, Label, Code);
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClBitstreamReader.h 472 // This is the declared size of code values used for the current block, in
581 unsigned Code = ReadCode();
582 if (Code == naclbitc::END_BLOCK) {
589 if (Code == naclbitc::ENTER_SUBBLOCK)
592 if (Code == naclbitc::DEFINE_ABBREV &&
600 return NaClBitstreamEntry::getRecord(Code);
798 /// Having read the ENTER_SUBBLOCK code, read the BlockID for the block.
807 // don't care what code widths are used inside of it.
902 // Skips over an abbreviation record. Duplicates code of ReadAbbrevRecord,
  /external/v8/src/compiler/
code-assembler.h 2 // Use of this source code is governed by a BSD-style license that can be
15 #include "src/code-factory.h"
170 // create code objects with TurboFan's backend. This class is mostly a thin shim
175 // V8 components that need to generate low-level code using this interface
181 // In addition to providing isolation between TurboFan and code generation
194 static Handle<Code> GenerateCode(CodeAssemblerState* state);
321 Node* target = HeapConstant(callable.code());
340 Node* target = HeapConstant(callable.code());
484 Code::Flags flags, const char* name,
489 Code::Flags flags, const char* name)
    [all...]
pipeline.cc 2 // Use of this source code is governed by a BSD-style license that can be
21 #include "src/compiler/code-generator.h"
24 #include "src/compiler/dead-code-elimination.h"
192 Handle<Code> code() { return code_; } function in class:v8::internal::compiler::PipelineData
193 void set_code(Handle<Code> code) {
195 code_ = code;
340 Handle<Code> code_ = Handle<Code>::null()
625 Handle<Code> code = pipeline_.GenerateCode(linkage_); local
1894 Handle<Code> code = data->code(); local
    [all...]
  /external/v8/src/heap/
mark-compact.h 2 // Use of this source code is governed by a BSD-style license that can be
256 // CodeFlusher collects candidates for code flushing during marking and
258 // reset those functions referencing code objects that would otherwise
259 // be unreachable. Code objects can be referenced in two ways:
260 // - SharedFunctionInfo references unoptimized code.
261 // - JSFunction references either unoptimized or optimized code.
262 // We are not allowed to flush unoptimized code for functions that got
263 // optimized or inlined into optimized code, because we might bailout
264 // into the unoptimized code again during deoptimization.
537 void RecordRelocSlot(Code* host, RelocInfo* rinfo, Object* target)
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 90 /// \brief Type code that corresponds to the record generated.
91 TypeCode Code;
97 : Writer(Writer), Record(Writer, Record), Code((TypeCode)0), AbbrevToUse(0) { }
100 return Record.Emit(Code, AbbrevToUse);
108 Code = TYPE_EXT_QUAL;
138 Code = TYPE_COMPLEX;
143 Code = TYPE_POINTER;
148 Code = TYPE_DECAYED;
154 Code = TYPE_ADJUSTED;
159 Code = TYPE_BLOCK_POINTER
    [all...]
  /external/v8/src/
assembler.cc 8 // - Redistributions of source code must retain the above copyright notice,
31 // The original source code covered by the above license above has been
370 Object* target_code = Code::GetCodeFromTargetAddress(target);
656 RelocIterator::RelocIterator(Code* code, int mode_mask)
657 : rinfo_(code->map()->GetIsolate()) {
658 rinfo_.host_ = code;
659 rinfo_.pc_ = code->instruction_start();
662 pos_ = code->relocation_start() + code->relocation_size()
803 Code* code = Code::GetCodeFromTargetAddress(target_address()); local
841 Code* code = Code::GetCodeFromTargetAddress(addr); local
851 Code* code = Code::cast(isolate->FindCodeObject(pc)); local
    [all...]

Completed in 1394 milliseconds

<<31323334353637383940>>