| /external/v8/src/runtime/ |
| runtime-compiler.cc | 2 // Use of this source code is governed by a BSD-style license that can be 41 return function->code(); 54 return function->code(); 67 return function->code(); 81 return function->code(); 112 // replace code with CompileLazy, and return a smi 0 to indicate failure. 117 DCHECK(function->code() == 120 if (function->shared()->code() == 139 Code* code_; 142 explicit ActivationsFinder(Code* code [all...] |
| /external/v8/src/builtins/ |
| builtins.h | 2 // Use of this source code is governed by a BSD-style license that can be 45 // Args: name, code kind, extra IC state, interface descriptor, return_size 49 // Args: name, code kind, extra IC state 54 /* Code aging */ \ 165 /* Code life-cycle */ \ 235 TFS(KeyedLoadIC_Slow, HANDLER, Code::LOAD_IC, LoadWithVector, 1) \ 236 TFS(KeyedLoadIC_IndexedString, HANDLER, Code::LOAD_IC, LoadWithVector, 1) \ 241 TFS(KeyedStoreIC_Slow, HANDLER, Code::STORE_IC, StoreWithVector, 1) \ 243 TFS(LoadGlobalIC_Slow, HANDLER, Code::LOAD_GLOBAL_IC, LoadGlobalWithVector, \ 246 TFS(LoadIC_FunctionPrototype, HANDLER, Code::LOAD_IC, LoadWithVector, 1) [all...] |
| /external/lzma/CPP/7zip/Bundles/LzmaSpec/ |
| LzmaSpec.cpp | 4 // This code implements LZMA file decoding according to LZMA specification.
5 // This code is not optimized for speed.
135 UInt32 Code;
145 bool IsFinishedOK() const { return Code == 0; }
155 Code = 0;
160 Code = (Code << 8) | InStream->ReadByte();
162 if (b != 0 || Code == Range)
174 Code = (Code << 8) | InStream->ReadByte(); [all...] |
| /external/clang/unittests/AST/ |
| MatchVerifier.h | 45 testing::AssertionResult match(const std::string &Code, 48 return match(Code, AMatcher, Args, Lang_CXX); 52 testing::AssertionResult match(const std::string &Code, 56 return match(Code, AMatcher, Args, L); 60 testing::AssertionResult match(const std::string &Code, 87 /// \brief Runs a matcher over some code, and returns the result of the 91 const std::string &Code, const MatcherType &AMatcher, 126 if (!tooling::runToolOnCodeWithArgs(Factory->create(), Code, Args, FileName))
|
| /external/v8/src/x64/ |
| codegen-x64.cc | 2 // Use of this source code is governed by a BSD-style license that can be 62 // Code generators 157 // Load the two-byte character code into the result register. 181 // The sequence of instructions that is patched out for aging code is the 183 // FUNCTION and OPTIMIZED_FUNCTION code: 200 bool Code::IsYoungSequence(Isolate* isolate, byte* sequence) { 206 Code::Age Code::GetCodeAge(Isolate* isolate, byte* sequence) { 212 Code* stub = GetCodeFromTargetAddress(target_address); 216 void Code::PatchPlatformCodeAge(Isolate* isolate, byte* sequence [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Format/ |
| Format.h | 1 //===--- Format.h - Format C++ code -----------------------------*- C++ -*-===// 11 /// Various functions to configurably format source code. 53 /// \code 59 /// \code 66 /// \code 83 /// \code 94 /// \code 103 /// \code 123 /// \code 130 /// \code [all...] |
| /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Format/ |
| Format.h | 1 //===--- Format.h - Format C++ code -----------------------------*- C++ -*-===// 11 /// Various functions to configurably format source code. 53 /// \code 59 /// \code 66 /// \code 83 /// \code 94 /// \code 103 /// \code 123 /// \code 130 /// \code [all...] |
| /external/v8/src/ |
| frames.h | 2 // Use of this source code is governed by a BSD-style license that can be 26 // Return the code of the n-th saved register available to JavaScript. 41 Code* code; member in struct:v8::internal::InnerPointerToCodeCache::InnerPointerToCodeCacheEntry 49 Code* GcSafeFindCodeForInnerPointer(Address inner_pointer); 50 Code* GcSafeCastToCode(HeapObject* object, Address inner_pointer); 424 // manually and the FrameScope does not need to emit code. 468 // (in terms of code/instruction size) to push as immediates onto the stack. 574 // Get the code associated with this frame. 576 virtual Code* unchecked_code() const = 0 871 Handle<Code> code() const { return code_; } function in class:v8::internal::BASE_EMBEDDED::WasmCompiledFrameSummary [all...] |
| /external/swiftshader/third_party/LLVM/include/llvm/Bitcode/ |
| BitstreamReader.h | 135 // CurCodeSize - This is the declared size of code values used for the current 361 /// ReadSubBlockID - Having read the ENTER_SUBBLOCK code, read the BlockID for 372 // don't care what code widths are used inside of it. 485 unsigned Code = ReadVBR(6); 489 return Code; 541 unsigned Code = (unsigned)Vals[0]; 543 return Code; 589 unsigned Code = ReadCode(); 590 if (Code == bitc::END_BLOCK) 592 if (Code == bitc::ENTER_SUBBLOCK) [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Format/ |
| Format.h | 1 //===--- Format.h - Format C++ code -----------------------------*- C++ -*-===// 11 /// Various functions to configurably format source code. 53 /// \code 59 /// \code 66 /// \code 83 /// \code 94 /// \code 104 /// \code 112 /// \code 123 /// \code [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Format/ |
| Format.h | 1 //===--- Format.h - Format C++ code -----------------------------*- C++ -*-===// 11 /// Various functions to configurably format source code. 53 /// \code 59 /// \code 66 /// \code 83 /// \code 94 /// \code 104 /// \code 112 /// \code 123 /// \code [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Format/ |
| Format.h | 1 //===--- Format.h - Format C++ code -----------------------------*- C++ -*-===// 11 /// Various functions to configurably format source code. 53 /// \code 59 /// \code 66 /// \code 83 /// \code 94 /// \code 104 /// \code 112 /// \code 123 /// \code [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Format/ |
| Format.h | 1 //===--- Format.h - Format C++ code -----------------------------*- C++ -*-===// 11 /// Various functions to configurably format source code. 53 /// \code 59 /// \code 66 /// \code 83 /// \code 94 /// \code 104 /// \code 112 /// \code 123 /// \code [all...] |
| /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Format/ |
| Format.h | 1 //===--- Format.h - Format C++ code -----------------------------*- C++ -*-===// 11 /// Various functions to configurably format source code. 53 /// \code 59 /// \code 66 /// \code 83 /// \code 94 /// \code 104 /// \code 112 /// \code 123 /// \code [all...] |
| /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Format/ |
| Format.h | 1 //===--- Format.h - Format C++ code -----------------------------*- C++ -*-===// 11 /// Various functions to configurably format source code. 53 /// \code 59 /// \code 66 /// \code 83 /// \code 94 /// \code 104 /// \code 112 /// \code 123 /// \code [all...] |
| /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Format/ |
| Format.h | 1 //===--- Format.h - Format C++ code -----------------------------*- C++ -*-===// 11 /// Various functions to configurably format source code. 53 /// \code 59 /// \code 66 /// \code 83 /// \code 94 /// \code 104 /// \code 112 /// \code 123 /// \code [all...] |
| /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Format/ |
| Format.h | 1 //===--- Format.h - Format C++ code -----------------------------*- C++ -*-===// 11 /// Various functions to configurably format source code. 53 /// \code 59 /// \code 66 /// \code 83 /// \code 94 /// \code 104 /// \code 112 /// \code 123 /// \code [all...] |
| /art/libdexfile/dex/ |
| dex_instruction_test.cc | 24 Instruction::Code nop = Instruction::NOP; 136 Instruction::Code code, 141 out[0] |= static_cast<uint16_t>(code); 153 static std::string DumpInst35c(Instruction::Code code, 157 Build35c(inst, code, method_idx, args);
|
| /external/clang/unittests/ASTMatchers/Dynamic/ |
| RegistryTest.cpp | 167 std::string code = "int i;"; local 168 EXPECT_FALSE(matches(code, HasInitializerSimple)); 169 EXPECT_FALSE(matches(code, HasInitializerComplex)); 171 code = "int i = 1;"; 172 EXPECT_TRUE(matches(code, HasInitializerSimple)); 173 EXPECT_FALSE(matches(code, HasInitializerComplex)); 175 code = "int y(); int i = y();"; 176 EXPECT_TRUE(matches(code, HasInitializerSimple)); 177 EXPECT_TRUE(matches(code, HasInitializerComplex)); 202 std::string Code = "class Y { public: void x(); }; void z() { Y y; y.x(); }" [all...] |
| /external/pdfium/xfa/fwl/ |
| cfwl_scrollbar.cpp | 2 // Use of this source code is governed by a BSD-style license that can be 5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com 101 bool CFWL_ScrollBar::DoScroll(CFWL_EventScroll::Code dwCode, float fPos) { 102 if (dwCode == CFWL_EventScroll::Code::None) 296 DoScroll(CFWL_EventScroll::Code::StepBackward, m_fTrackPos); 300 DoScroll(CFWL_EventScroll::Code::StepForward, m_fTrackPos); 304 DoScroll(CFWL_EventScroll::Code::PageBackward, m_fTrackPos); 308 DoScroll(CFWL_EventScroll::Code::PageForward, m_fTrackPos); 312 CFWL_EventScroll::Code dwCode = m_iMouseWheel < 0 313 ? CFWL_EventScroll::Code::StepForwar [all...] |
| /external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/ |
| llvm-bcanalyzer.cpp | 58 cl::desc("Do not print per-code histogram"));
116 /// GetCodeName - Return a symbolic code name if known, otherwise return
304 /// CodeFreq - Keep track of the number of times we see each code.
372 // Read the code for this record.
413 unsigned Code = Stream.ReadRecord(AbbrevID, Record, BlobStart, BlobLen);
417 // Increment the # occurrences of this code.
418 if (BlockStats.CodeFreq.size() <= Code)
419 BlockStats.CodeFreq.resize(Code+1);
420 BlockStats.CodeFreq[Code].NumInstances++;
421 BlockStats.CodeFreq[Code].TotalBits += [all...] |
| /external/tensorflow/tensorflow/compiler/xla/ |
| status_macros.cc | 29 static Status MakeStatus(tensorflow::error::Code code, const string& message) { 30 return Status(code, message); 64 // Make a Status with a code, error message and payload, 71 tensorflow::error::Code code, const string& message, 74 if (TF_PREDICT_FALSE(code == tensorflow::error::OK)) { 76 code = tensorflow::error::UNKNOWN; 78 const Status status = MakeStatus(code, message); 86 // generating a lot of inline code for error cases in all callers [all...] |
| /external/tensorflow/tensorflow/core/platform/cloud/ |
| retrying_utils_test.cc | 33 EXPECT_EQ(errors::Code::ABORTED, status.code()); 63 EXPECT_EQ(errors::Code::NOT_FOUND, 64 RetryingUtils::CallWithRetries(f, 0).code()); 120 EXPECT_EQ(errors::Code::PERMISSION_DENIED, 121 RetryingUtils::DeleteWithRetries(delete_func, 0).code()); 143 RetryingUtils::DeleteWithRetries(delete_func, 0).code());
|
| /external/v8/src/ffi/ |
| ffi-compiler.cc | 2 // Use of this source code is governed by a BSD-style license that can be 7 #include "src/code-factory.h" 111 Code::ComputeFlags(Code::BUILTIN), "js-to-native"); 114 Handle<Code> code = assembler.GenerateCode(&state); local 117 isolate->factory()->NewSharedFunctionInfo(name, code, false); 121 isolate->native_function_map(), name, code);
|
| /external/v8/src/heap/ |
| object-stats.cc | 2 // Use of this source code is governed by a BSD-style license that can be 35 // decide to inline this and unroll the loop, making the compiled code more than 101 FIRST_CODE_KIND_SUB_TYPE + Code::name); 108 FIRST_CODE_AGE_SUB_TYPE + Code::k##name##CodeAge - Code::kFirstCodeAge); 156 FIRST_CODE_KIND_SUB_TYPE + Code::name); 165 FIRST_CODE_AGE_SUB_TYPE + Code::k##name##CodeAge - Code::kFirstCodeAge); 196 index = FIRST_CODE_KIND_SUB_TYPE + Code::name; \ 221 FIRST_CODE_AGE_SUB_TYPE + Code::k##name##CodeAge - Code::kFirstCodeAge; [all...] |