Searched refs:entry_at (Results 1 – 1 of 1) sorted by relevance
872 Memory::uint32_at(entry_at(index) + kAstIdOffset))); in ast_id()876 return Memory::uint32_at(entry_at(index) + kLoopDepthOffset); in loop_depth()880 return Memory::uint32_at(entry_at(index) + kPcOffsetOffset); in pc_offset()928 Address entry_at(uint32_t index) { in entry_at() function