Searched refs:entry_at (Results 1 – 1 of 1) sorted by relevance
980 Memory::uint32_at(entry_at(index) + kAstIdOffset))); in ast_id()984 return Memory::uint32_at(entry_at(index) + kLoopDepthOffset); in loop_depth()988 return Memory::uint32_at(entry_at(index) + kPcOffsetOffset); in pc_offset()1032 Address entry_at(uint32_t index) { in entry_at() function