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

<<21222324252627282930>>

  /prebuilts/go/darwin-x86/src/cmd/dist/
buildgo.go 2 // Use of this source code is governed by a BSD-style
32 fmt.Fprintf(&buf, "// Code generated by go tool dist; DO NOT EDIT.\n")
44 fmt.Fprintf(&buf, "// Code generated by go tool dist; DO NOT EDIT.\n")
86 fmt.Fprintf(&buf, "// Code generated by go tool dist; DO NOT EDIT.\n\n")
114 fmt.Fprintf(&buf, "// Code generated by go tool dist; DO NOT EDIT.\n")
  /prebuilts/go/darwin-x86/src/debug/macho/
reloctype_string.go 0 // Code generated by "stringer -type=RelocTypeGeneric,RelocTypeX86_64,RelocTypeARM,RelocTypeARM64 -output reloctype_string.go"; DO NOT EDIT.
  /prebuilts/go/darwin-x86/src/go/build/
zcgo.go 0 // Code generated by go tool dist; DO NOT EDIT.
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/transform/
examples_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/cmd/dist/
buildgo.go 2 // Use of this source code is governed by a BSD-style
32 fmt.Fprintf(&buf, "// Code generated by go tool dist; DO NOT EDIT.\n")
44 fmt.Fprintf(&buf, "// Code generated by go tool dist; DO NOT EDIT.\n")
86 fmt.Fprintf(&buf, "// Code generated by go tool dist; DO NOT EDIT.\n\n")
114 fmt.Fprintf(&buf, "// Code generated by go tool dist; DO NOT EDIT.\n")
  /prebuilts/go/linux-x86/src/debug/macho/
reloctype_string.go 0 // Code generated by "stringer -type=RelocTypeGeneric,RelocTypeX86_64,RelocTypeARM,RelocTypeARM64 -output reloctype_string.go"; DO NOT EDIT.
  /prebuilts/go/linux-x86/src/go/build/
zcgo.go 0 // Code generated by go tool dist; DO NOT EDIT.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/transform/
examples_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/misc/common/swig/include/2.0.11/python/
pybackward.swg 16 %define %ascheck_methods(Code, Type...)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cfi/
cfi-label.d 21 Code alignment factor: 1
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
eh4.d 13 Code alignment factor: 1
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
eh-frame1-n32.d 25 Code alignment factor: 1
65 Code alignment factor: 1
89 Code alignment factor: 1
108 Code alignment factor: 1
eh-frame2-n32.d 25 Code alignment factor: 1
65 Code alignment factor: 1
85 Code alignment factor: 1
104 Code alignment factor: 1
eh-frame3.d 17 Code alignment factor: 1
41 Code alignment factor: 1
75 Code alignment factor: 1
102 Code alignment factor: 1
  /art/libdexfile/dex/
dex_instruction.h 83 enum Code { // private marker to avoid generate-operator-out.py from processing.
219 // Returns the size (in 2 byte code units) of this instruction.
229 // Code units required to calculate the size of the instruction.
236 static const Instruction* At(const uint16_t* code) {
237 DCHECK(code != nullptr);
238 return reinterpret_cast<const Instruction*>(code);
287 static const char* Name(Code opcode) {
472 Code Opcode(uint16_t inst_data) const {
474 return static_cast<Code>(inst_data & 0xFF);
478 Code Opcode() const
    [all...]
  /external/v8/src/
compiler.cc 2 // Use of this source code is governed by a BSD-style license that can be
37 #include "src/snapshot/code-serializer.h"
166 code_size = info()->code()->SizeIncludingMetadata();
217 Handle<Code> code) {
218 Handle<WeakCell> cell = Code::WeakCellFor(code);
232 void CompilationJob::RegisterWeakObjectsInOptimizedCode(Handle<Code> code) {
234 Isolate* const isolate = code->GetIsolate()
692 Code* code = shared->SearchOptimizedCodeMap( local
704 Handle<Code> code = info->code(); local
1093 Handle<Code> code; local
1247 Handle<Code> code; local
1282 Handle<Code> code; local
1308 Handle<Code> code; local
1869 Handle<Code> code = Handle<Code>(fun->shared()->code()); local
1928 Code* code = shared->SearchOptimizedCodeMap( local
    [all...]
  /external/v8/src/wasm/
wasm-module.cc 2 // Use of this source code is governed by a BSD-style license that can be
10 #include "src/code-stubs.h"
22 #include "src/wasm/wasm-code-specialization.h"
79 static void RecordStats(Isolate* isolate, Code* code) {
80 isolate->counters()->wasm_generated_code_size()->Increment(code->body_size());
82 code->relocation_info()->length());
88 RecordStats(isolate, Code::cast(functions->get(i)));
96 // systems. It may be safer to fail instead, given that other code might do
131 Handle<Code> code = code_table->GetValueChecked<Code>(isolate, i) local
177 Handle<Code> code = isolate->factory()->CopyCode(code_cache_[cached_idx]); local
193 Handle<Code> code = local
385 Handle<Code> code = Handle<Code>::null(); local
466 Code* code = *temp_instance.function_code[i]; local
467 code_table->set(static_cast<int>(i), code); local
594 Code* code = Code::cast(functions->get(i)); local
866 Handle<Code> code; local
925 Code* code = nullptr; local
1029 Handle<Code> code = factory->CopyCode(orig_code); local
1190 Handle<Code> code = code_table->GetValueChecked<Code>(isolate_, i); local
1231 Handle<Code> code = code_table->GetValueChecked<Code>(isolate_, i); local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGParser.cpp 24 // Support Code for the Semantic Actions.
290 // Parser Code
577 /// Type ::= CODE // code type
587 case tgtok::Code: Lex.Lex(); return CodeRecTy::get();
693 UnOpInit::UnaryOp Code;
697 default: assert(0 && "Unhandled code!");
700 Code = UnOpInit::CAST;
712 Code = UnOpInit::HEAD;
716 Code = UnOpInit::TAIL
    [all...]
  /device/linaro/bootloader/edk2/IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/
SecCarInit.s 22 # Description: This function initializes the Cache for Data, Stack, and Code
  /external/clang/include/clang/Tooling/
Tooling.h 17 // It is also possible to run a FrontendAction over a snippet of code by
21 // multiple FrontendActions over code can use ToolInvocation.
24 // - running clang -fsyntax-only over source code from an editor to get
26 // - running match/replace tools over C++ code
141 /// \brief Runs (and deletes) the tool on 'Code' with the -fsyntax-only flag.
143 /// \param ToolAction The action to run over the code.
144 /// \param Code C++ code.
145 /// \param FileName The file name which 'Code' will be mapped as.
150 bool runToolOnCode(clang::FrontendAction *ToolAction, const Twine &Code,
    [all...]
  /external/clang/lib/Frontend/
TestModuleFileExtension.h 59 llvm::hash_code hashExtension(llvm::hash_code Code) const override;
  /external/llvm/lib/MC/
WinCOFFStreamer.cpp 49 SmallString<256> Code;
50 raw_svector_ostream VecOS(Code);
59 DF->getContents().append(Code.begin(), Code.end());
  /external/lzma/CPP/7zip/Compress/
Lzma2Decoder.h 60 STDMETHOD(Code)(ISequentialInStream *inStream, ISequentialOutStream *outStream,
PpmdDecoder.h 55 STDMETHOD(Code)(ISequentialInStream *inStream, ISequentialOutStream *outStream,
  /external/swiftshader/third_party/LLVM/lib/MC/
MCObjectStreamer.cpp 190 SmallString<128> Code;
191 raw_svector_ostream VecOS(Code);
194 IF->getCode().append(Code.begin(), Code.end());

Completed in 1557 milliseconds

<<21222324252627282930>>