| /art/runtime/ |
| D | signal_set.h | 34 void Add(int signal) { in Add() function
|
| D | reference_table.cc | 42 void ReferenceTable::Add(mirror::Object* obj) { in Add() function in art::ReferenceTable
|
| D | indirect_reference_table.cc | 105 IndirectRef IndirectReferenceTable::Add(uint32_t cookie, mirror::Object* obj) { in Add() function in art::IndirectReferenceTable
|
| D | indirect_reference_table.h | 202 void Add(mirror::Object* obj) SHARED_REQUIRES(Locks::mutator_lock_) { in Add() function
|
| D | monitor.cc | 1311 void MonitorList::Add(Monitor* m) { in Add() function in art::MonitorList
|
| D | debugger.cc | 4844 void Add(const std::string& str) { in Add() function in art::StringTable 4848 void Add(const char* str) { in Add() function in art::StringTable
|
| D | class_linker.cc | 5606 void Add(uint32_t virtual_method_index) SHARED_REQUIRES(Locks::mutator_lock_) { in Add() function in art::LinkVirtualHashTable
|
| /art/runtime/interpreter/ |
| D | safe_math_test.cc | 26 TEST(SafeMath, Add) { in TEST() argument
|
| /art/runtime/jdwp/ |
| D | object_registry.cc | 46 JDWP::ObjectId ObjectRegistry::Add(mirror::Object* o) { in Add() function in art::ObjectRegistry 57 JDWP::ObjectId ObjectRegistry::Add(Handle<T> obj_h) { in Add() function in art::ObjectRegistry
|
| /art/compiler/optimizing/ |
| D | intrinsics_arm64.cc | 1048 __ Add(tmp_ptr, base.X(), Operand(offset)); in GenCas() local 1166 __ Add(array_temp, obj, Operand(value_offset.Int32Value())); // array_temp := str.value. in VisitStringCharAt() local 1281 __ Add(temp1, temp1, Operand(sizeof(uint64_t))); in VisitStringEquals() local 1690 __ Add(src_ptr, srcObj, Operand(value_offset)); in VisitStringGetCharsNoCheck() local 1691 __ Add(src_ptr_end, src_ptr, Operand(srcEnd, LSL, 1)); in VisitStringGetCharsNoCheck() local 1692 __ Add(src_ptr, src_ptr, Operand(srcBegin, LSL, 1)); in VisitStringGetCharsNoCheck() local 1695 __ Add(dst_ptr, dstObj, Operand(data_offset)); in VisitStringGetCharsNoCheck() local 1696 __ Add(dst_ptr, dst_ptr, Operand(dstBegin, LSL, 1)); in VisitStringGetCharsNoCheck() local 1829 __ Add(src_base, src, element_size * constant + data_offset); in GenSystemArrayCopyAddresses() local 1831 __ Add(src_base, src, data_offset); in GenSystemArrayCopyAddresses() local [all …]
|
| D | code_generator_arm64.cc | 167 __ Add(new_base, base, Operand(spill_offset + core_spill_size)); in SaveRestoreLiveRegistersHelper() local 725 __ Add(index_reg, index_reg, Operand(offset_)); in EmitNativeCode() local 1330 __ Add(temp_base, src.base(), OperandFromMemOperand(src)); in LoadAcquire() local 1422 __ Add(temp_base, dst.base(), op); in StoreRelease() local 1483 __ Add(temp, class_reg, status_offset); in GenerateClassInitializationCheck() local 1732 __ Add(dst, lhs, rhs); in HandleBinaryOp() local 1927 __ Add(out, left, right_operand); in VisitArm64DataProcWithShifterOp() local 1967 __ Add(OutputRegister(instruction), in VisitArm64IntermediateAddress() local 2092 __ Add(temp, obj, offset); in VisitArrayGet() local 2184 __ Add(temp, array, offset); in VisitArraySet() local [all …]
|
| D | gvn.cc | 85 void Add(HInstruction* instruction) { in Add() function in art::ValueSet
|
| D | nodes.cc | 570 void HLoopInformation::Add(HBasicBlock* block) { in Add() function in art::HLoopInformation 806 static void Add(HInstructionList* instruction_list, in Add() function 1675 void HInstructionList::Add(const HInstructionList& instruction_list) { in Add() function in art::HInstructionList
|
| D | locations.h | 414 void Add(Location loc) { in Add() function
|
| D | bounds_check_elimination.cc | 252 ValueBound Add(int32_t c, /* out */ bool* overflow, /* out */ bool* underflow) const { in Add() function in art::ValueBound 350 ValueRange* Add(int32_t constant) const { in Add() function in art::ValueRange
|
| D | nodes.h | 1505 void Add(SideEffects other) { in Add() function
|
| /art/compiler/ |
| D | elf_builder.h | 251 Elf_Word Add(const void* data, size_t length) { in Add() function 294 Elf_Word Add(const std::string& name) { in Add() function 358 void Add(Elf_Word name, in Add() function 375 void Add(Elf_Word name, in Add() function
|
| /art/runtime/gc/collector/ |
| D | garbage_collector.h | 49 void Add(const ObjectBytePair& other) { in Add() function
|
| /art/compiler/utils/arm64/ |
| D | assembler_arm64.cc | 85 ___ Add(reg_x(rd), reg_x(rn), value); in AddConstant() local 92 ___ Add(temp, reg_x(rn), value); in AddConstant() local
|
| /art/runtime/gc/allocator/ |
| D | rosalloc.h | 190 void Add(Slot* slot) { in Add() function
|
| /art/compiler/utils/arm/ |
| D | assembler_arm32_test.cc | 771 TEST_F(AssemblerArm32Test, Add) { in TEST_F() argument
|