| /art/runtime/ |
| D | barrier.cc | 46 void Barrier::Increment(Thread* self, int delta) { in Increment() 62 bool Barrier::Increment(Thread* self, int delta, uint32_t timeout_ms) { in Increment()
|
| D | image.cc | 78 void ImageHeader::RelocateImage(off_t delta) { in RelocateImage() 89 void ImageHeader::RelocateImageObjects(off_t delta) { in RelocateImageObjects() 94 void ImageHeader::RelocateImageMethods(off_t delta) { in RelocateImageMethods()
|
| D | type_lookup_table.cc | 131 const uint32_t delta = (next_pos >= pos) ? (next_pos - pos) : (next_pos + Size() - pos); in Insert() local
|
| D | oat.cc | 351 void OatHeader::RelocateOat(off_t delta) { in RelocateOat()
|
| D | thread_list.cc | 1214 for (int delta = debug_suspend_all_count_; delta > 0; delta--) { in Register() local 1217 for (int delta = suspend_all_count_ - debug_suspend_all_count_; delta > 0; delta--) { in Register() local
|
| D | elf_file.cc | 1356 const char* target_section_name, Elf_Addr delta) { in ApplyOatPatchesTo() 1383 const uint8_t* patches, const uint8_t* patches_end, Elf_Addr delta, in ApplyOatPatches()
|
| D | mem_map.cc | 817 size_t delta = reinterpret_cast<uintptr_t>(it->first) - ptr; in MapInternal() local
|
| /art/patchoat/ |
| D | patchoat.h | 67 PatchOat(ElfFile* oat_file, off_t delta, TimingLogger* timings) in PatchOat() 71 MemMap* heap, off_t delta, TimingLogger* timings) in PatchOat() 75 gc::accounting::ContinuousSpaceBitmap* bitmap, MemMap* heap, off_t delta, in PatchOat()
|
| D | patchoat.cc | 107 static bool ReadOatPatchDelta(const ElfFile* elf_file, off_t* delta, std::string* error_msg) { in ReadOatPatchDelta() 154 off_t delta, in Patch() 755 bool PatchOat::Patch(File* input_oat, off_t delta, File* output_oat, TimingLogger* timings, in Patch() 959 static bool ReadBaseDelta(const char* name, off_t* delta, std::string* error_msg) { in ReadBaseDelta()
|
| /art/test/021-string2/src/junit/framework/ |
| D | Assert.java | 98 static public void assertEquals(String message, double expected, double actual, double delta) { in assertEquals() 108 static public void assertEquals(double expected, double actual, double delta) { in assertEquals() 116 static public void assertEquals(String message, float expected, float actual, float delta) { in assertEquals() 126 static public void assertEquals(float expected, float actual, float delta) { in assertEquals()
|
| /art/test/082-inline-execute/src/junit/framework/ |
| D | Assert.java | 98 static public void assertEquals(String message, double expected, double actual, double delta) { in assertEquals() 108 static public void assertEquals(double expected, double actual, double delta) { in assertEquals() 116 static public void assertEquals(String message, float expected, float actual, float delta) { in assertEquals() 126 static public void assertEquals(float expected, float actual, float delta) { in assertEquals()
|
| /art/compiler/debug/dwarf/ |
| D | debug_line_opcode_writer.h | 51 uint64_t delta = FactorCodeOffset(absolute_address - current_address_); in AdvancePC() local 63 int delta = absolute_line - current_line_; in AdvanceLine() local
|
| D | debug_frame_opcode_writer.h | 50 int delta = FactorCodeOffset(absolute_pc - current_pc_); in AdvancePC() local 78 void ALWAYS_INLINE AdjustCFAOffset(int delta) { in AdjustCFAOffset()
|
| /art/test/004-checker-UnsafeTest18/src/ |
| D | Main.java | 78 private static int add32(Object o, long offset, int delta) { in add32() 85 private static long add64(Object o, long offset, long delta) { in add64()
|
| /art/compiler/optimizing/ |
| D | code_generator_utils.cc | 71 uint64_t delta; in CalculateMagicAndShiftForDivRem() local
|
| /art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
| D | InstructionSwapper.java | 100 int delta = rng.nextInt(5) - 1; in generateMutation() local
|
| D | BranchShifter.java | 120 int delta = 0; in generateMutation() local
|
| D | TryBlockShifter.java | 142 int delta = 0; in generateMutation() local
|
| D | SwitchBranchShifter.java | 121 int delta = 0; in generateMutation() local
|
| /art/compiler/ |
| D | elf_writer_test.cc | 112 constexpr int32_t delta = 0x11235813; in TEST_F() local
|
| /art/runtime/gc/accounting/ |
| D | card_table.cc | 84 int delta = kCardDirty - biased_byte; in Create() local
|
| D | card_table_test.cc | 109 const size_t delta = std::min(static_cast<size_t>(HeapLimit() - HeapBegin()), in TEST_F() local
|
| /art/compiler/utils/ |
| D | assembler.h | 203 int delta = gap_ - ComputeGap(); in ~EnsureCapacity() local
|
| /art/runtime/base/ |
| D | hash_set_test.cc | 232 size_t delta = std::abs(static_cast<ssize_t>(target_size) - in TEST_F() local
|
| /art/runtime/gc/collector/ |
| D | mark_sweep.cc | 1035 uintptr_t delta = (end - begin) / n; in RecursiveMark() local 1379 const size_t delta = std::min(static_cast<size_t>(end - it), chunk_size); in ProcessMarkStackParallel() local
|