Home
last modified time | relevance | path

Searched defs:delta (Results 1 – 25 of 26) sorted by relevance

12

/art/compiler/dex/quick/mips/
Dassemble_mips.cc544 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/
Dassemble_arm.cc1263 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/
Dpatchoat.h62 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()
Dpatchoat.cc111 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/
Dbarrier.cc44 void Barrier::Increment(Thread* self, int delta) { in Increment()
60 void Barrier::Increment(Thread* self, int delta, uint32_t timeout_ms) { in Increment()
Dimage.cc64 void ImageHeader::RelocateImage(off_t delta) { in RelocateImage()
Dthread_list.cc874 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
Doat.cc370 void OatHeader::RelocateOat(off_t delta) { in RelocateOat()
Dinstrumentation.cc1026 int delta) in CheckStackDepth()
Dthread.cc642 void Thread::ModifySuspendCount(Thread* self, int delta, bool for_debugger) { in ModifySuspendCount()
/art/compiler/utils/arm/
Dassembler_thumb2.h548 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/
DAssert.java94 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/
DAssert.java94 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/
Dassemble_arm64.cc863 int32_t delta = target - pc; in AssembleLIR() local
878 int32_t delta = target - pc; in AssembleLIR() local
887 int32_t delta; in AssembleLIR() local
Dint_arm64.cc151 int32_t delta = false_val - true_val; in GenSelect() local
/art/runtime/gc/accounting/
Dcard_table.cc81 int delta = kCardDirty - biased_byte; in Create() local
Dcard_table_test.cc106 const size_t delta = std::min(static_cast<size_t>(HeapLimit() - HeapBegin()), 8U * kCardSize); in TEST_F() local
/art/compiler/dex/quick/x86/
Dassemble_x86.cc1617 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
Dint_x86.cc569 uint64_t delta; in CalculateMagicAndShift() local
/art/compiler/utils/
Dassembler.cc94 ptrdiff_t delta = new_contents - contents_; in ExtendCapacity() local
Dassembler.h280 int delta = gap_ - ComputeGap(); in ~EnsureCapacity() local
/art/runtime/base/
Dhash_set_test.cc174 size_t delta = std::abs(static_cast<ssize_t>(target_size) - in TEST_F() local
/art/runtime/gc/collector/
Dmark_sweep.cc874 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/
Dcodegen_util.cc363 LIR* Mir2Lir::ScanLiteralPool(LIR* data_target, int value, unsigned int delta) { in ScanLiteralPool()
/art/runtime/gc/
Dheap.cc2939 intptr_t delta = bytes_allocated / GetTargetHeapUtilization() - bytes_allocated; in GrowForUtilization() local

12