Searched refs:last (Results 1 – 9 of 9) sorted by relevance
71 Monitor* last = reinterpret_cast<Monitor*>(reinterpret_cast<uintptr_t>(chunk) + in AllocateChunk() local73 last->next_free_ = nullptr; in AllocateChunk()75 last->monitor_id_ = OffsetToMonitorId((num_chunks_ - 1) * kChunkSize + in AllocateChunk()78 Monitor* before = reinterpret_cast<Monitor*>(reinterpret_cast<uintptr_t>(last) - in AllocateChunk()80 before->next_free_ = last; in AllocateChunk()82 before->monitor_id_ = OffsetToMonitorId(MonitorIdToOffset(last->monitor_id_) - in AllocateChunk()85 last = before; in AllocateChunk()87 DCHECK(last == reinterpret_cast<Monitor*>(chunk)); in AllocateChunk()88 first_free_ = last; in AllocateChunk()
112 uintptr_t last = 0; in TEST_F() local115 EXPECT_NE(last, random_start); in TEST_F()116 last = random_start; in TEST_F()
1463 const byte* last = dbg_abbrev + dbg_abbrev_size; in Create() local1464 while (dbg_abbrev < last) { in Create()
196 Arena* last = first; in FreeArenaChain() local197 while (last->next_ != nullptr) { in FreeArenaChain()198 last = last->next_; in FreeArenaChain()202 last->next_ = free_arenas_; in FreeArenaChain()
66 const char* last = ptr_ + std::min(ulen - s.length_, pos) + s.length_; in rfind() local67 const char* result = std::find_end(ptr_, last, s.ptr_, s.ptr_ + s.length_); in rfind()68 return result != last ? result - ptr_ : npos; in rfind()
579 int64_t last = last_activity_time_ms_.LoadSequentiallyConsistent(); in LastDebuggerActivity() local582 if (last == 0) { in LastDebuggerActivity()589 CHECK_GE(now, last); in LastDebuggerActivity()591 VLOG(jdwp) << "+++ debugger interval=" << (now - last); in LastDebuggerActivity()592 return now - last; in LastDebuggerActivity()
10 CORRECT big sparse / last
746 HInstruction* last = block->GetLastInstruction(); in InsertParallelMoveAtExitOf() local747 HInstruction* previous = last->GetPrevious(); in InsertParallelMoveAtExitOf()755 block->InsertInstructionBefore(move, last); in InsertParallelMoveAtExitOf()
1075 MIR* last = last_list_mir->next; in InsertMIRListAfter() local1076 for (MIR* mir = first_list_mir; mir != last; mir = mir->next) { in InsertMIRListAfter()