Searched refs:max_next_offset (Results 1 - 1 of 1) sorted by relevance

/art/compiler/linker/arm/
H A Drelative_patcher_arm_base.cc33 ThunkData(std::vector<uint8_t> code, uint32_t max_next_offset) argument
36 max_next_offset_(max_next_offset),
65 void SetMaxNextOffset(uint32_t max_next_offset) { argument
67 max_next_offset_ = max_next_offset;
400 uint32_t max_next_offset = CalculateMaxNextOffset(patch_offset, key); local
401 auto it = thunks_.Put(key, ThunkData(CompileThunk(key), max_next_offset));
411 uint32_t max_next_offset = CalculateMaxNextOffset(patch_offset, key); local
412 auto it = thunks_.PutBefore(lb, key, ThunkData(CompileThunk(key), max_next_offset));

Completed in 42 milliseconds