Lines Matching refs:uint32_t
40 using const_iterator = SafeMap<MethodReference, uint32_t>::const_iterator;
56 void StartOatFile(uint32_t adjustment);
59 uint32_t GetOffset(MethodReference method_ref) { in GetOffset()
65 void SetOffset(MethodReference method_ref, uint32_t offset) { in SetOffset()
70 uint32_t ReserveSpace(uint32_t offset, in ReserveSpace()
80 uint32_t ReserveSpaceEnd(uint32_t offset) { in ReserveSpaceEnd()
88 uint32_t WriteThunks(OutputStream* out, uint32_t offset) { in WriteThunks()
99 uint32_t literal_offset, in PatchCall()
100 uint32_t patch_offset, in PatchCall()
101 uint32_t target_offset) { in PatchCall()
110 uint32_t patch_offset, in PatchPcRelativeReference()
111 uint32_t target_offset) { in PatchPcRelativeReference()
119 uint32_t patch_offset) { in PatchEntrypointCall()
126 uint32_t patch_offset) { in PatchBakerReadBarrierBranch()
137 uint32_t CodeAlignmentSize() const;
138 uint32_t RelativeCallThunksSize() const;
139 uint32_t MiscThunksSize() const;
159 std::pair<bool, uint32_t> FindMethodOffset(MethodReference ref) override;
160 SafeMap<MethodReference, uint32_t> map;
166 uint32_t adjustment_;
169 uint32_t start_size_code_alignment_;
170 uint32_t start_size_relative_call_thunks_;
171 uint32_t start_size_misc_thunks_;