Searched refs:end_offset (Results 1 – 4 of 4) sorted by relevance
111 size_t end_offset = 0; in TEST_F() local115 byte* end = cend - end_offset; in TEST_F()116 end_offset = (end_offset + kObjectAlignment) % kCardSize; in TEST_F()
123 void GetVisitedMethods(size_t end_offset, std::set<mirror::ArtMethod*>* visited_methods);
263 uintptr_t end_offset = *it; in ComputeSize() local264 return end_offset - begin_offset; in ComputeSize()
312 DexOffset end_offset = start_offset + pTry->insn_count_; in ProcessTryCatchBlocks() local313 for (offset = start_offset; offset < end_offset; offset++) { in ProcessTryCatchBlocks()