HomeSort by relevance Sort by last modified time
    Searched refs:method_ref (Results 1 - 20 of 20) sorted by null

  /art/compiler/linker/
multi_oat_relative_patcher.h 57 uint32_t GetOffset(MethodReference method_ref) {
58 auto it = method_offset_map_.map.find(method_ref);
63 void SetOffset(MethodReference method_ref, uint32_t offset) {
64 method_offset_map_.map.Put(method_ref, offset + adjustment_);
70 MethodReference method_ref) {
72 offset = relative_patcher_->ReserveSpace(offset, compiled_method, method_ref);
relative_patcher_test.h 84 void AddCompiledMethod(MethodReference method_ref,
87 compiled_method_refs_.push_back(method_ref);
184 bool CheckLinkedMethod(MethodReference method_ref, const ArrayRef<const uint8_t>& expected_code) {
188 if (ref.dex_file == method_ref.dex_file &&
189 ref.dex_method_index == method_ref.dex_method_index) {
197 auto result = method_offset_map_.FindMethodOffset(method_ref);
relative_patcher.h 88 MethodReference method_ref) = 0;
relative_patcher.cc 46 MethodReference method_ref ATTRIBUTE_UNUSED) OVERRIDE {
multi_oat_relative_patcher_test.cc 39 MethodReference method_ref) OVERRIDE {
41 last_reserve_method_ = method_ref;
  /art/compiler/linker/arm/
relative_patcher_arm_base.h 32 MethodReference method_ref) OVERRIDE;
45 MethodReference method_ref,
50 bool ReserveSpaceProcessPatches(uint32_t quick_code_offset, MethodReference method_ref,