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

12 3 4 5 6 7 8 91011>>

  /external/clang/lib/Frontend/
TestModuleFileExtension.cpp 87 llvm::hash_code Code) const {
89 Code = llvm::hash_combine(Code, BlockName);
90 Code = llvm::hash_combine(Code, MajorVersion);
91 Code = llvm::hash_combine(Code, MinorVersion);
92 Code = llvm::hash_combine(Code, UserInfo);
95 return Code;
    [all...]
  /external/v8/src/builtins/
builtins.cc 2 // Use of this source code is governed by a BSD-style license that can be
7 #include "src/code-events.h"
8 #include "src/compiler/code-assembler.h"
30 void PostBuildProfileAndTracing(Isolate* isolate, Code* code,
33 AbstractCode::cast(code), name));
39 code->Disassemble(name, os);
48 Code* BuildWithMacroAssembler(Isolate* isolate,
50 Code::Flags flags, const char* s_name) {
59 Handle<Code> code local
76 Handle<Code> code = local
93 Handle<Code> code = compiler::CodeAssembler::GenerateCode(&state); local
114 Handle<Code> code = compiler::CodeAssembler::GenerateCode(&state); local
129 Code* code; local
    [all...]
  /external/v8/src/compiler/
pipeline.h 2 // Use of this source code is governed by a BSD-style license that can be
48 // Run the pipeline on a machine graph and generate code. The {schedule} must
50 static Handle<Code> GenerateCodeForCodeStub(Isolate* isolate,
53 Code::Flags flags,
56 // Run the entire pipeline and generate a handle to a code object suitable for
58 static Handle<Code> GenerateCodeForTesting(CompilationInfo* info);
60 // Run the pipeline on a machine graph and generate code. If {schedule} is
61 // {nullptr}, then compute a new schedule for code generation.
62 static Handle<Code> GenerateCodeForTesting(CompilationInfo* info,
71 // Run the pipeline on a machine graph and generate code. If {schedule} i
    [all...]
  /external/v8/src/ic/
handler-compiler.h 2 // Use of this source code is governed by a BSD-style license that can be
20 static Handle<Code> Find(Handle<Name> name, Handle<Map> map, Code::Kind kind,
24 PropertyHandlerCompiler(Isolate* isolate, Code::Kind kind, Handle<Map> map,
73 // Generate code to check that a global property cell is empty. Create
93 // Generates code that verifies that the property holder has not changed
98 // code for security check in case of global object holders. Helps to make
110 Handle<Code> GetCode(Code::Kind kind, Handle<Name> name);
127 : PropertyHandlerCompiler(isolate, Code::LOAD_IC, map, holder
    [all...]
  /external/dexmaker/dexmaker/src/main/java/com/android/dx/
Local.java 19 import com.android.dx.rop.code.RegisterSpec;
25 private final Code code; field in class:Local
30 private Local(Code code, TypeId<T> type) {
31 this.code = code;
35 static <T> Local<T> get(Code code, TypeId<T> type) {
36 return new Local<T>(code, type)
    [all...]
  /external/llvm/tools/obj2yaml/
Error.h 35 Obj2YamlError(obj2yaml_error C) : Code(C) {}
38 : ErrMsg(std::move(ErrMsg)), Code(C) {}
45 obj2yaml_error Code;
  /packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/grpc/
TranscriptionResponse.java 40 return status.getCode() == Status.Code.UNAVAILABLE;
48 return status.getCode() != Status.Code.OK && status.getCode() != Status.Code.UNAVAILABLE;
  /external/clang/unittests/Format/
SortImportsTestJS.cpp 23 std::string sort(StringRef Code, unsigned Offset = 0, unsigned Length = 0) {
26 Length = Code.size() - Offset;
29 applyAllReplacements(Code, sortIncludes(Style, Code, Ranges, FileName));
37 void verifySort(llvm::StringRef Expected, llvm::StringRef Code,
39 std::string Result = sort(Code, Offset, Length);
  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITEventListenerTest.cpp 35 void *Code;
41 void *Code;
53 void *Code, size_t Size,
55 FunctionEmittedEvent Event = {NextIndex++, &F, Code, Size, Details};
106 EXPECT_EQ(F1_addr, Listener.EmittedEvents[0].Code);
113 EXPECT_EQ(F2_addr, Listener.EmittedEvents[1].Code);
119 EXPECT_EQ(F1_addr, Listener.FreedEvents[0].Code);
122 EXPECT_EQ(F2_addr, Listener.FreedEvents[1].Code);
159 EXPECT_EQ(F1_addr, Listener1.EmittedEvents[0].Code);
165 EXPECT_EQ(F2_addr, Listener1.FreedEvents[0].Code);
    [all...]
  /external/v8/src/
compilation-info.cc 2 // Use of this source code is governed by a BSD-style license that can be
58 : CompilationInfo(parse_info, {}, Code::ComputeFlags(Code::FUNCTION), BASE,
62 // Compiling for the snapshot typically results in different code than
63 // compiling later on. This means that code recompiled with deoptimization
65 // EnableDeoptimizationSupport), so it will replace the old code and all
73 // Collect source positions for optimized code when profiling or if debugger
83 Code::Flags code_flags)
88 Code::Flags code_flags, Mode mode,
100 prologue_offset_(Code::kPrologueOffsetNotSet)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BinaryStreamError.h 40 stream_error_code getErrorCode() const { return Code; }
44 stream_error_code Code;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
BinaryStreamError.h 40 stream_error_code getErrorCode() const { return Code; }
44 stream_error_code Code;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
BinaryStreamError.h 40 stream_error_code getErrorCode() const { return Code; }
44 stream_error_code Code;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
BinaryStreamError.h 40 stream_error_code getErrorCode() const { return Code; }
44 stream_error_code Code;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
BinaryStreamError.h 40 stream_error_code getErrorCode() const { return Code; }
44 stream_error_code Code;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
BinaryStreamError.h 40 stream_error_code getErrorCode() const { return Code; }
44 stream_error_code Code;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
BinaryStreamError.h 40 stream_error_code getErrorCode() const { return Code; }
44 stream_error_code Code;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BinaryStreamError.h 40 stream_error_code getErrorCode() const { return Code; }
44 stream_error_code Code;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
BinaryStreamError.h 40 stream_error_code getErrorCode() const { return Code; }
44 stream_error_code Code;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
BinaryStreamError.h 40 stream_error_code getErrorCode() const { return Code; }
44 stream_error_code Code;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
BinaryStreamError.h 40 stream_error_code getErrorCode() const { return Code; }
44 stream_error_code Code;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
BinaryStreamError.h 40 stream_error_code getErrorCode() const { return Code; }
44 stream_error_code Code;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
BinaryStreamError.h 40 stream_error_code getErrorCode() const { return Code; }
44 stream_error_code Code;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
BinaryStreamError.h 40 stream_error_code getErrorCode() const { return Code; }
44 stream_error_code Code;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
attr-pic-directive-1.d 9 Tag_ABI_PIC: Code addressing position-independent

Completed in 777 milliseconds

12 3 4 5 6 7 8 91011>>