HomeSort by relevance Sort by last modified time
    Searched refs:Add (Results 101 - 125 of 2499) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/v8/src/crankshaft/
hydrogen.cc 242 // Add to the weak list of optimized code objects.
296 phis_.Add(phi, zone());
532 predecessors_.Add(pred, zone());
658 this->back_edges_.Add(block, block->zone());
684 blocks_.Add(block, block->zone());
719 reachable_.Add(block->block_id());
720 stack_.Add(block, block->zone());
10397 HAdd* add = HAdd::cast(instr); local
    [all...]
hydrogen-environment-liveness.cc 27 live_at_block_start_.Add(
29 first_simulate_.Add(NULL, zone());
30 first_simulate_invalid_for_index_.Add(
110 live->Add(index);
114 went_live_since_last_simulate_.Add(index);
118 markers_.Add(marker, zone());
168 worklist.Add(i);
187 // store computed information for this block and add predecessors
194 worklist.Add(block->predecessors()->at(i)->block_id());
197 worklist.Add(block->inlined_entry_block()->block_id())
    [all...]
  /art/compiler/utils/
dedupe_set.h 31 // Add method. The data-structure is thread-safe through the use of internal locks, it also
41 // Add a new key to the dedupe set if not present. Return the equivalent deduplicated stored key.
42 const StoreKey* Add(Thread* self, const InKey& key);
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
MiscBootInformationFunction.c 60 // Make handle chosen by smbios protocol.add automatically.
66 // Now we have got the full smbios record, call smbios protocol to add this record.
69 Status = Smbios-> Add(
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
MiscBootInformationFunction.c 79 // Make handle chosen by smbios protocol.add automatically.
85 // Now we have got the full smbios record, call smbios protocol to add this record.
88 Status = Smbios-> Add(
  /external/clang/include/clang/Sema/
CXXFieldCollector.h 55 /// Add - Called by Sema::ActOnCXXMemberDeclarator.
56 void Add(FieldDecl *D) {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DynamicTypeInfo.h 41 ID.Add(T);
  /external/compiler-rt/lib/tsan/rtl/
tsan_ignoreset.cc 23 void IgnoreSet::Add(u32 stack_id) {
  /external/libchrome/crypto/
p224.h 54 // Add computes *out = a+b.
55 void CRYPTO_EXPORT Add(const Point& a, const Point& b, Point* out);
  /external/llvm/include/llvm/CodeGen/
RegAllocRegistry.h 37 Registry.Add(this);
  /external/pdfium/fpdfsdk/javascript/
JS_KeyValue.h 24 void Add(CJS_KeyValue* p);
  /external/pdfium/xfa/fxbarcode/common/reedsolomon/
BC_ReedSolomon.cpp 34 m_cachedGenerators.Add(new CBC_ReedSolomonGF256Poly(m_field, 1));
43 temp.Add(1);
44 temp.Add(m_field->Exp(d - 1));
53 m_cachedGenerators.Add(nextGenerator);
  /external/regex-re2/re2/
set.h 23 // Add adds regexp pattern to the set, interpreted using the RE2 options.
25 // Add returns the regexp index that will be used to identify
30 int Add(const StringPiece& pattern, string* error);
33 // Add must not be called again after Compile.
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
RegAllocRegistry.h 38 Registry.Add(this);
  /external/v8/tools/clang/blink_gc_plugin/
BlinkGCPlugin.cpp 51 static FrontendPluginRegistry::Add<BlinkGCPluginAction> X(
  /frameworks/base/tools/streaming_proto/
Errors.h 28 // Add an error
29 void Add(const string& filename, int lineno, const char* format, ...);
  /prebuilts/go/darwin-x86/misc/cgo/test/
cthread_unix.c 17 Add(i);
cthread_windows.c 18 Add(i);
  /prebuilts/go/linux-x86/misc/cgo/test/
cthread_unix.c 17 Add(i);
cthread_windows.c 18 Add(i);
  /system/extras/memory_replay/
Pointers.h 33 void Add(uintptr_t key_pointer, void* pointer);
  /system/keymaster/
operation_table.h 42 keymaster_error_t Add(Operation* operation, keymaster_operation_handle_t* op_handle);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
scc.s 25 ; Add new condition names here, not above.
  /external/libchrome/base/metrics/
histogram_base.cc 87 Add(static_cast<Sample>(time.InMilliseconds()));
91 Add(value ? 1 : 0);
147 report_histogram_->Add(HISTOGRAM_REPORT_CREATED);
201 report_histogram_->Add(HISTOGRAM_REPORT_HISTOGRAM_CREATED);
219 report_histogram_->Add(report_type);
221 report_histogram_->Add(HISTOGRAM_REPORT_FLAG_PERSISTENT);
223 report_histogram_->Add(HISTOGRAM_REPORT_FLAG_UMA_STABILITY);
225 report_histogram_->Add(HISTOGRAM_REPORT_FLAG_UMA_TARGETED);
229 report_histogram_->Add(HISTOGRAM_REPORT_HISTOGRAM_LOOKUP);
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64ExternalSymbolizer.cpp 44 /// tryAddingSymbolicOperand - tryAddingSymbolicOperand trys to add a symbolic
58 /// to add to the comment stream. This function returns Success if it adds
122 // otool expects the fully encoded ADD/LDR instruction to be passed in
126 EncodedInst |= Value << 10; // imm12 [+ shift:2 for ADD]
166 const MCExpr *Add = nullptr;
173 Add = MCSymbolRefExpr::create(Sym, Variant, Ctx);
175 Add = MCSymbolRefExpr::create(Sym, Ctx);
177 Add = MCConstantExpr::create(SymbolicOp.AddSymbol.Value, Ctx);
199 if (Add)
200 LHS = MCBinaryExpr::createSub(Add, Sub, Ctx)
    [all...]

Completed in 895 milliseconds

1 2 3 45 6 7 8 91011>>