/art/compiler/dex/quick/mips/ |
D | assemble_mips.cc | 544 int delta = offset2 - offset1; in AssembleInstructions() local 571 int delta = offset2 - offset1; in AssembleInstructions() local 577 int delta = offset2 - offset1; in AssembleInstructions() local 583 int delta = target - pc; in AssembleInstructions() local 597 int delta = target - pc; in AssembleInstructions() local 611 int delta = target - pc; in AssembleInstructions() local
|
/art/compiler/dex/quick/arm/ |
D | assemble_arm.cc | 1263 int32_t delta = target - pc; in AssembleLIR() local 1343 int32_t delta = target - pc; in AssembleLIR() local 1409 int32_t delta = 0; in AssembleLIR() local 1431 int32_t delta = target - pc; in AssembleLIR() local 1448 int32_t delta = target - pc; in AssembleLIR() local 1481 int32_t delta = target - cur_pc; in AssembleLIR() local 1494 int32_t delta = target - cur_pc; in AssembleLIR() local
|
/art/patchoat/ |
D | patchoat.h | 62 PatchOat(ElfFile* oat_file, off_t delta, TimingLogger* timings) in PatchOat() 65 MemMap* heap, off_t delta, TimingLogger* timings) in PatchOat() 69 gc::accounting::ContinuousSpaceBitmap* bitmap, MemMap* heap, off_t delta, in PatchOat()
|
D | patchoat.cc | 111 bool PatchOat::Patch(const std::string& image_location, off_t delta, in Patch() 194 bool PatchOat::Patch(File* input_oat, const std::string& image_location, off_t delta, in Patch() 563 bool PatchOat::Patch(File* input_oat, off_t delta, File* output_oat, TimingLogger* timings, in Patch() 851 static bool ReadBaseDelta(const char* name, off_t* delta, std::string* error_msg) { in ReadBaseDelta()
|
/art/runtime/ |
D | barrier.cc | 44 void Barrier::Increment(Thread* self, int delta) { in Increment() 60 void Barrier::Increment(Thread* self, int delta, uint32_t timeout_ms) { in Increment()
|
D | image.cc | 64 void ImageHeader::RelocateImage(off_t delta) { in RelocateImage()
|
D | thread_list.cc | 874 for (int delta = debug_suspend_all_count_; delta > 0; delta--) { in Register() local 877 for (int delta = suspend_all_count_ - debug_suspend_all_count_; delta > 0; delta--) { in Register() local
|
D | oat.cc | 370 void OatHeader::RelocateOat(off_t delta) { in RelocateOat()
|
D | instrumentation.cc | 1026 int delta) in CheckStackDepth()
|
D | thread.cc | 642 void Thread::ModifySuspendCount(Thread* self, int delta, bool for_debugger) { in ModifySuspendCount()
|
/art/compiler/utils/arm/ |
D | assembler_thumb2.h | 548 void Move(int32_t delta) { in Move() 559 bool Relocate(uint32_t oldlocation, int32_t delta) { in Relocate() 625 int32_t delta = target_ - location_ - 4; in CalculateSize() local
|
/art/test/021-string2/src/junit/framework/ |
D | Assert.java | 94 static public void assertEquals(String message, double expected, double actual, double delta) { in assertEquals() 107 static public void assertEquals(double expected, double actual, double delta) { in assertEquals() 115 static public void assertEquals(String message, float expected, float actual, float delta) { in assertEquals() 128 static public void assertEquals(float expected, float actual, float delta) { in assertEquals()
|
/art/test/082-inline-execute/src/junit/framework/ |
D | Assert.java | 94 static public void assertEquals(String message, double expected, double actual, double delta) { in assertEquals() 107 static public void assertEquals(double expected, double actual, double delta) { in assertEquals() 115 static public void assertEquals(String message, float expected, float actual, float delta) { in assertEquals() 128 static public void assertEquals(float expected, float actual, float delta) { in assertEquals()
|
/art/compiler/dex/quick/arm64/ |
D | assemble_arm64.cc | 863 int32_t delta = target - pc; in AssembleLIR() local 878 int32_t delta = target - pc; in AssembleLIR() local 887 int32_t delta; in AssembleLIR() local
|
D | int_arm64.cc | 151 int32_t delta = false_val - true_val; in GenSelect() local
|
/art/runtime/gc/accounting/ |
D | card_table.cc | 81 int delta = kCardDirty - biased_byte; in Create() local
|
D | card_table_test.cc | 106 const size_t delta = std::min(static_cast<size_t>(HeapLimit() - HeapBegin()), 8U * kCardSize); in TEST_F() local
|
/art/compiler/dex/quick/x86/ |
D | assemble_x86.cc | 1617 int delta = 0; in AssembleInstructions() local 1652 int delta = target - pc; in AssembleInstructions() local 1669 int delta = target - pc; in AssembleInstructions() local 1677 int delta = 0; in AssembleInstructions() local 1711 int delta = target - pc; in AssembleInstructions() local
|
D | int_x86.cc | 569 uint64_t delta; in CalculateMagicAndShift() local
|
/art/compiler/utils/ |
D | assembler.cc | 94 ptrdiff_t delta = new_contents - contents_; in ExtendCapacity() local
|
D | assembler.h | 280 int delta = gap_ - ComputeGap(); in ~EnsureCapacity() local
|
/art/runtime/base/ |
D | hash_set_test.cc | 174 size_t delta = std::abs(static_cast<ssize_t>(target_size) - in TEST_F() local
|
/art/runtime/gc/collector/ |
D | mark_sweep.cc | 874 uintptr_t delta = (end - begin) / n; in RecursiveMark() local 1174 const size_t delta = std::min(static_cast<size_t>(end - it), chunk_size); in ProcessMarkStackParallel() local
|
/art/compiler/dex/quick/ |
D | codegen_util.cc | 363 LIR* Mir2Lir::ScanLiteralPool(LIR* data_target, int value, unsigned int delta) { in ScanLiteralPool()
|
/art/runtime/gc/ |
D | heap.cc | 2939 intptr_t delta = bytes_allocated / GetTargetHeapUtilization() - bytes_allocated; in GrowForUtilization() local
|