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

<<31323334353637383940>>

  /external/v8/src/regexp/
regexp-macro-assembler.cc 2 // Use of this source code is governed by a BSD-style license that can be
37 // A GC might move the calling generated code and invalidate the
113 #ifndef V8_INTERPRETED_REGEXP // Avoid unused code, e.g., on ARM.
161 Address* return_address, Code* re_code, String** subject,
168 Handle<Code> code_handle(re_code);
200 // code cannot be used, and we need to restart regexp matching from
201 // scratch (including, potentially, compiling a new version of the code).
215 Handle<Code> regexp_code,
272 Code* code,
    [all...]
  /external/v8/src/snapshot/
deserializer.h 2 // Use of this source code is governed by a BSD-style license that can be
17 // of objects found in code.
110 // Special handling for serialized code like hooking up internalized strings.
123 // Objects from the attached object descriptions in the serialized user code.
142 List<Code*> new_code_objects_;
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 97 /// bulk instead of resolving each reference at a time. See the code in
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/Refactoring/
AtomicChange.h 145 // If true, cleans up redundant/erroneous code around changed code with
161 /// \brief Applies all AtomicChanges in \p Changes to the \p Code.
167 /// \returns The changed code if all changes are applied successfully;
172 applyAtomicChanges(llvm::StringRef FilePath, llvm::StringRef Code,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/Refactoring/
AtomicChange.h 145 // If true, cleans up redundant/erroneous code around changed code with
161 /// \brief Applies all AtomicChanges in \p Changes to the \p Code.
167 /// \returns The changed code if all changes are applied successfully;
172 applyAtomicChanges(llvm::StringRef FilePath, llvm::StringRef Code,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/Refactoring/
AtomicChange.h 145 // If true, cleans up redundant/erroneous code around changed code with
161 /// \brief Applies all AtomicChanges in \p Changes to the \p Code.
167 /// \returns The changed code if all changes are applied successfully;
172 applyAtomicChanges(llvm::StringRef FilePath, llvm::StringRef Code,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/Refactoring/
AtomicChange.h 145 // If true, cleans up redundant/erroneous code around changed code with
161 /// \brief Applies all AtomicChanges in \p Changes to the \p Code.
167 /// \returns The changed code if all changes are applied successfully;
172 applyAtomicChanges(llvm::StringRef FilePath, llvm::StringRef Code,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/Refactoring/
AtomicChange.h 145 // If true, cleans up redundant/erroneous code around changed code with
161 /// \brief Applies all AtomicChanges in \p Changes to the \p Code.
167 /// \returns The changed code if all changes are applied successfully;
172 applyAtomicChanges(llvm::StringRef FilePath, llvm::StringRef Code,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/Refactoring/
AtomicChange.h 145 // If true, cleans up redundant/erroneous code around changed code with
161 /// \brief Applies all AtomicChanges in \p Changes to the \p Code.
167 /// \returns The changed code if all changes are applied successfully;
172 applyAtomicChanges(llvm::StringRef FilePath, llvm::StringRef Code,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/Refactoring/
AtomicChange.h 145 // If true, cleans up redundant/erroneous code around changed code with
161 /// \brief Applies all AtomicChanges in \p Changes to the \p Code.
167 /// \returns The changed code if all changes are applied successfully;
172 applyAtomicChanges(llvm::StringRef FilePath, llvm::StringRef Code,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/Refactoring/
AtomicChange.h 145 // If true, cleans up redundant/erroneous code around changed code with
161 /// \brief Applies all AtomicChanges in \p Changes to the \p Code.
167 /// \returns The changed code if all changes are applied successfully;
172 applyAtomicChanges(llvm::StringRef FilePath, llvm::StringRef Code,
  /prebuilts/go/darwin-x86/src/cmd/dist/
buildruntime.go 2 // Use of this source code is governed by a BSD-style
28 fmt.Fprintf(&buf, "// Code generated by go tool dist; DO NOT EDIT.\n")
65 fmt.Fprintf(&buf, "// Code generated by go tool dist; DO NOT EDIT.\n")
  /prebuilts/go/darwin-x86/src/cmd/nm/
nm.go 2 // Use of this source code is governed by a BSD-style
146 if sym.Code == 'U' {
154 fmt.Fprintf(w, " %c %s", sym.Code, sym.Name)
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/idna/
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/cmd/dist/
buildruntime.go 2 // Use of this source code is governed by a BSD-style
28 fmt.Fprintf(&buf, "// Code generated by go tool dist; DO NOT EDIT.\n")
65 fmt.Fprintf(&buf, "// Code generated by go tool dist; DO NOT EDIT.\n")
  /prebuilts/go/linux-x86/src/cmd/nm/
nm.go 2 // Use of this source code is governed by a BSD-style
146 if sym.Code == 'U' {
154 fmt.Fprintf(w, " %c %s", sym.Code, sym.Name)
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/idna/
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/misc/common/swig/include/2.0.11/typemaps/
primtypes.swg 35 wrapped code.
49 The following auxiliary macros (explained with bash pseudo code) are
239 #define %typemaps_primitive(Code, Type) %typemaps_asvalfromn(%arg(Code), Type)
swigmacros.swg 112 /* insert the SWIGVERSION in the interface and the wrapper code */
183 #define %checkcode(Code) SWIG_TYPECHECK_ ## Code
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cfi/
cfi-i386.d 9 Code alignment factor: 1
53 Code alignment factor: 1
  /tools/dexter/slicer/
tryblocks_encoder.cc 58 void TryBlocksEncoder::Encode(ir::Code* ir_code, std::shared_ptr<ir::DexFile> dex_ir) {
99 // update ir::Code
  /external/v8/src/heap/
mark-compact.cc 2 // Use of this source code is governed by a BSD-style license that can be
10 #include "src/code-stubs.h"
88 Code* code = rinfo->host(); variable
90 if (!code->IsWeakObject(rinfo->target_cell())) {
245 PrintF("[code-flushing is now on]\n");
356 Code* code = Code::cast(obj); local
357 if (!code->is_optimized_code()) continue
906 Code* code = shared->code(); local
958 Code* code = candidate->code(); local
1204 re->SetDataAt(JSRegExp::saved_code_index(is_one_byte), code); local
1313 Code* code = frame->unchecked_code(); local
2135 Code* code = it.frame()->LookupCode(); local
2547 Code* code = Code::cast(dep->value()); local
    [all...]
  /external/v8/src/full-codegen/
full-codegen.cc 2 // Use of this source code is governed by a BSD-style license that can be
11 #include "src/code-factory.h"
116 Handle<Code> code = local
118 cgen.PopulateDeoptimizationData(code);
119 cgen.PopulateTypeFeedbackInfo(code);
120 code->set_has_deoptimization_support(info->HasDeoptimizationSupport());
121 code->set_has_reloc_info_for_serialization(info->will_serialize());
122 code->set_allow_osr_at_loop_nesting_level(0);
123 code->set_profiler_ticks(0)
213 Handle<Code> code = CodeFactory::LoadIC(isolate()).code(); local
232 Handle<Code> code; local
261 Handle<Code> code = local
501 Handle<Code> code = CodeFactory::LoadGlobalIC(isolate(), typeof_mode).code(); local
1057 Handle<Code> code = CodeFactory::KeyedLoadIC(isolate()).code(); local
    [all...]
  /external/pdfium/xfa/fwl/
cfwl_edit.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
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
Mbr.S 25 # Code loaded by BIOS at 0x0000:0x7C00
52 # Initialize segment registers and copy code at 0x0000:0x7c00 to 0x0000:0x0600
74 # Code relocated to 0x0000:0x0600
193 # A2C - convert Ascii code stored in AH to character stored in AX

Completed in 1176 milliseconds

<<31323334353637383940>>