Home
last modified time | relevance | path

Searched defs:DoAdd (Results 1 – 13 of 13) sorted by relevance

/external/libchrome/base/
Dtuple_unittest.cc14 void DoAdd(int a, int b, int c, int* res) { in DoAdd() function
20 void DoAdd(int a, int b, int c, int d, int* res) { in DoAdd() function
27 void DoAdd(int a, int b, int c, int d, int e, int* res) { in DoAdd() function
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas848 procedure TDictionary<TKey,TValue>.DoAdd(HashCode, Index: Integer; const Key: TKey; const Value: TV… procedure
/external/v8/src/runtime/
Druntime-atomics.cc202 inline Object* DoAdd(Isolate* isolate, void* buffer, size_t index, in DoAdd() function
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc1558 LInstruction* LChunkBuilder::DoAdd(HAdd* instr) { in DoAdd() function in v8::internal::LChunkBuilder
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.cc782 LInstruction* LChunkBuilder::DoAdd(HAdd* instr) { in DoAdd() function in v8::internal::LChunkBuilder
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc1545 LInstruction* LChunkBuilder::DoAdd(HAdd* instr) { in DoAdd() function in v8::internal::LChunkBuilder
/external/v8/src/crankshaft/s390/
Dlithium-s390.cc1390 LInstruction* LChunkBuilder::DoAdd(HAdd* instr) { in DoAdd() function in v8::internal::LChunkBuilder
/external/v8/src/crankshaft/x87/
Dlithium-x87.cc1522 LInstruction* LChunkBuilder::DoAdd(HAdd* instr) { in DoAdd() function in v8::internal::LChunkBuilder
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc1515 LInstruction* LChunkBuilder::DoAdd(HAdd* instr) { in DoAdd() function in v8::internal::LChunkBuilder
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc1505 LInstruction* LChunkBuilder::DoAdd(HAdd* instr) { in DoAdd() function in v8::internal::LChunkBuilder
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc1511 LInstruction* LChunkBuilder::DoAdd(HAdd* instr) { in DoAdd() function in v8::internal::LChunkBuilder
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc1514 LInstruction* LChunkBuilder::DoAdd(HAdd* instr) { in DoAdd() function in v8::internal::LChunkBuilder
/external/v8/src/interpreter/
Dinterpreter.cc1337 void Interpreter::DoAdd(InterpreterAssembler* assembler) { in DoAdd() function in v8::internal::interpreter::Interpreter