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

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/cmd/internal/objfile/
macho.go 2 // Use of this source code is governed by a BSD-style
53 sym := Sym{Name: s.Name, Addr: s.Value, Code: '?'}
59 sym.Code = 'U'
64 sym.Code = 'R'
66 sym.Code = 'D'
70 sym.Code = 'T'
72 sym.Code = 'B'
  /external/v8/src/heap/
objects-visiting-inl.h 2 // Use of this source code is governed by a BSD-style license that can be
78 // Don't visit code entry. We are using this visitor only during scavenges.
218 Code* code = Code::cast(Code::GetObjectFromEntryAddress(entry_address)); local
220 code);
221 StaticVisitor::MarkObject(heap, code);
230 Code* host = rinfo->host();
246 Code* host = rinfo->host()
415 Code* code = Code::cast(object); local
    [all...]
object-stats.h 2 // Use of this source code is governed by a BSD-style license that can be
28 FIRST_CODE_KIND_SUB_TYPE + Code::NUMBER_OF_KINDS,
31 OBJECT_STATS_COUNT = FIRST_CODE_AGE_SUB_TYPE + Code::kCodeAgeCount + 1
50 FIRST_CODE_AGE_SUB_TYPE + code_age - Code::kFirstCodeAge;
145 void RecordCodeDetails(Code* code);
  /external/v8/src/snapshot/
code-serializer.cc 2 // Use of this source code is governed by a BSD-style license that can be
5 #include "src/snapshot/code-serializer.h"
9 #include "src/code-stubs.h"
35 // Serialize code object.
77 Code* code_object = Code::cast(obj);
79 case Code::OPTIMIZED_FUNCTION: // No optimized code compiled yet.
80 case Code::HANDLER: // No handlers patched in yet.
81 case Code::REGEXP: // No regexp literals initialized yet
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Application/Ping6/
Ping6.h 34 UINT8 Code;
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileWrapper.cpp 213 void const* Code,
219 return WriteNativeCodeFunc(Agent, Name, Addr, Code, Size);
225 void const* Code,
232 return WriteDebugLineInfoFunc(Agent, Code, NumEntries, Info);
  /external/llvm/test/MC/ELF/
compression.s 73 .byte 1 # Abbreviation Code
  /external/llvm/tools/obj2yaml/
Error.cpp 59 return std::error_code(static_cast<int>(Code), obj2yaml_category());
  /external/lzma/CPP/7zip/Compress/
CopyCoder.h 33 STDMETHOD(Code)(ISequentialInStream *inStream, ISequentialOutStream *outStream,
PpmdEncoder.h 48 STDMETHOD(Code)(ISequentialInStream *inStream, ISequentialOutStream *outStream,
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r500_fragprog_emit.c 49 struct r500_fragment_program_code *code = &c->code->code.r500
78 struct r500_fragment_program_code * Code;
194 static void use_temporary(struct r500_fragment_program_code* code, unsigned int index)
196 if (index > code->max_temp_idx)
197 code->max_temp_idx = index;
200 static unsigned int use_source(struct r500_fragment_program_code* code, struct rc_pair_instruction_source src)
211 use_temporary(code, src.Index);
227 if ((code->inst[ip].inst0 & 0x3) != R500_INST_TYPE_TEX)
627 struct r500_fragment_program_code *code = &compiler->code->code.r500; local
    [all...]
  /external/tensorflow/tensorflow/cc/training/
coordinator.h 76 Coordinator(const std::vector<error::Code>& clean_stop_errors);
coordinator.cc 20 Coordinator::Coordinator() : Coordinator(std::vector<error::Code>()) {}
22 Coordinator::Coordinator(const std::vector<error::Code>& clean_stop_errors)
27 for (const auto& code : clean_stop_errors) {
28 clean_stop_errors_.insert(static_cast<int>(code));
100 clean_stop_errors_.count(static_cast<int>(status.code())) > 0) {
  /external/v8/src/runtime/
runtime-test.cc 2 // Use of this source code is governed by a BSD-style license that can be
18 #include "src/snapshot/code-serializer.h"
90 if (function->code()->is_turbofanned() &&
116 if (function->code()->is_turbofanned() &&
165 (function->code()->kind() == Code::FUNCTION &&
181 Code* unoptimized = function->shared()->code();
182 if (args.length() == 2 && unoptimized->kind() == Code::FUNCTION) {
202 // Do not tier down if we are already on optimized code. Replacing optimize
    [all...]
  /external/v8/src/wasm/
wasm-code-specialization.h 2 // Use of this source code is governed by a BSD-style license that can be
16 // Helper class to specialize wasm code for a specific instance, or to update
17 // code when memory / globals / tables change.
36 // Update all direct call sites based on the code table in the given instance.
41 // Apply all relocations and patching to all code in the instance (wasm code
45 // Apply all relocations and patching to one wasm code object.
46 bool ApplyToWasmCode(Code*, ICacheFlushMode = FLUSH_ICACHE_IF_NEEDED);
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/bidi/
trieval.go 0 // Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.
3 // Code generated by running "go generate" in golang_org/x/text. DO NOT EDIT.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/bidi/
trieval.go 0 // Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.
3 // Code generated by running "go generate" in golang_org/x/text. DO NOT EDIT.
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyLogical.h 59 BinOp(LExpr *LHS, LExpr *RHS, Opcode Code) : LExpr(Code), LHS(LHS), RHS(RHS) {}
  /external/clang/lib/Tooling/
Refactoring.cpp 79 StringRef Code = SM.getBufferData(ID);
83 format::formatReplacements(Code, CurReplaces, CurStyle);
  /external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp 104 unsigned Code = ReadVBR(6);
105 (void)Code;
180 unsigned Code = ReadVBR(6);
184 return Code;
189 // Read the record code first.
190 assert(Abbv->getNumOperandInfos() != 0 && "no record code in abbreviation?");
192 unsigned Code;
194 Code = CodeOp.getLiteralValue();
199 Code = readAbbreviatedField(*this, CodeOp);
279 return Code;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCWin64EH.h 1 //===- MCWin64EH.h - Machine Code Win64 EH support --------------*- C++ -*-===//
51 MCWin64EHInstruction(OpType Op, MCSymbol *L, bool Code)
52 : Operation(Op), Label(L), Offset(Code ? 1 : 0) {
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFAbbreviationDeclaration.cpp 24 uint32_t code) {
25 Code = code;
27 if (Code) {
  /external/tensorflow/tensorflow/core/lib/core/
errors.h 27 typedef ::tensorflow::error::Code Code;
35 status->code(),
59 // switch (status.code()) { case error::INVALID_ARGUMENT: ... }
68 return status.code() == ::tensorflow::error::CONST; \
  /external/v8/src/
codegen.cc 2 // Use of this source code is governed by a BSD-style license that can be
105 PrintF("[generating %s code for %s function: %s]\n", kind, ftype,
117 Handle<Code> CodeGenerator::MakeCodeEpilogue(MacroAssembler* masm,
123 // Allocate and install the code.
125 Code::Flags flags = info->code_flags();
127 Code::ExtractKindFromFlags(flags) == Code::OPTIMIZED_FUNCTION ||
132 Handle<Code> code = isolate->factory()->NewCode( local
136 code->instruction_size())
    [all...]
fast-accessor-assembler.h 2 // Use of this source code is governed by a BSD-style license that can be
19 class Code;
86 // Assemble the code.
87 MaybeHandle<Code> Build();

Completed in 827 milliseconds

<<11121314151617181920>>