Home
last modified time | relevance | path

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

12

/art/compiler/dex/quick/mips/
Dassemble_mips.cc677 int delta = offset2 - offset1; in AssembleInstructions() local
712 int delta = offset2 - offset1; in AssembleInstructions() local
718 int delta = offset2 - offset1; in AssembleInstructions() local
724 int delta = target - pc; in AssembleInstructions() local
738 int delta = target - pc; in AssembleInstructions() local
752 int delta = target - pc; in AssembleInstructions() local
/art/compiler/dex/quick/arm/
Dassemble_arm.cc1293 int32_t delta = target - pc; in AssembleLIR() local
1373 int32_t delta = target - pc; in AssembleLIR() local
1414 int32_t delta = 0; in AssembleLIR() local
1436 int32_t delta = target - pc; in AssembleLIR() local
1453 int32_t delta = target - pc; in AssembleLIR() local
1486 int32_t delta = target - cur_pc; in AssembleLIR() local
1499 int32_t delta = target - cur_pc; in AssembleLIR() local
/art/patchoat/
Dpatchoat.h62 PatchOat(ElfFile* oat_file, off_t delta, TimingLogger* timings) in PatchOat()
66 MemMap* heap, off_t delta, TimingLogger* timings) in PatchOat()
70 gc::accounting::ContinuousSpaceBitmap* bitmap, MemMap* heap, off_t delta, in PatchOat()
Dpatchoat.cc95 bool PatchOat::Patch(const std::string& image_location, off_t delta, in Patch()
178 bool PatchOat::Patch(File* input_oat, const std::string& image_location, off_t delta, in Patch()
658 bool PatchOat::Patch(File* input_oat, off_t delta, File* output_oat, TimingLogger* timings, in Patch()
874 static bool ReadBaseDelta(const char* name, off_t* delta, std::string* error_msg) { in ReadBaseDelta()
/art/runtime/
Dbarrier.cc45 void Barrier::Increment(Thread* self, int delta) { in Increment()
61 bool Barrier::Increment(Thread* self, int delta, uint32_t timeout_ms) { in Increment()
Dimage.cc65 void ImageHeader::RelocateImage(off_t delta) { in RelocateImage()
Dthread_list.cc1097 for (int delta = debug_suspend_all_count_; delta > 0; delta--) { in Register() local
1100 for (int delta = suspend_all_count_ - debug_suspend_all_count_; delta > 0; delta--) { in Register() local
/art/compiler/utils/arm/
Dassembler_thumb2.h565 void Move(int32_t delta) { in Move()
576 bool Relocate(uint32_t oldlocation, int32_t delta) { in Relocate()
642 int32_t delta = target_ - location_ - 4; in CalculateSize() local
/art/compiler/dex/quick/arm64/
Dassemble_arm64.cc911 int32_t delta = target - pc; in AssembleLIR() local
935 int32_t delta = target - pc; in AssembleLIR() local
967 int32_t delta = target - pc; in AssembleLIR() local
1006 int32_t delta; in AssembleLIR() local
/art/compiler/dwarf/
Ddebug_line_opcode_writer.h49 uint64_t delta = FactorCodeOffset(absolute_address - current_address_); in AdvancePC() local
61 int delta = absolute_line - current_line_; in AdvanceLine() local
Ddebug_frame_opcode_writer.h48 int delta = FactorCodeOffset(absolute_pc - current_pc_); in AdvancePC() local
76 void ALWAYS_INLINE AdjustCFAOffset(int delta) { in AdjustCFAOffset()
/art/test/082-inline-execute/src/junit/framework/
DAssert.java98 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/021-string2/src/junit/framework/
DAssert.java98 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/optimizing/
Dcode_generator_utils.cc70 uint64_t delta; in CalculateMagicAndShiftForDivRem() local
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DInstructionSwapper.java100 int delta = rng.nextInt(5) - 1; in generateMutation() local
DBranchShifter.java120 int delta = 0; in generateMutation() local
DSwitchBranchShifter.java121 int delta = 0; in generateMutation() local
DTryBlockShifter.java142 int delta = 0; in generateMutation() local
/art/compiler/
Delf_writer_test.cc99 constexpr int32_t delta = 0x11235813; in TEST_F() local
/art/runtime/gc/accounting/
Dcard_table.cc82 int delta = kCardDirty - biased_byte; in Create() local
Dcard_table_test.cc109 const size_t delta = std::min(static_cast<size_t>(HeapLimit() - HeapBegin()), in TEST_F() local
/art/compiler/dex/quick/x86/
Dassemble_x86.cc1652 int delta = 0; in AssembleInstructions() local
1687 int delta = target - pc; in AssembleInstructions() local
1704 int delta = target - pc; in AssembleInstructions() local
1712 int delta = 0; in AssembleInstructions() local
1746 int delta = target - pc; in AssembleInstructions() local
/art/compiler/utils/
Dassembler.cc95 ptrdiff_t delta = new_contents - contents_; in ExtendCapacity() local
Dassembler.h286 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

12