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

  /art/compiler/linker/arm/
relative_patcher_arm_base.h 106 void ResolveMethodCalls(uint32_t quick_code_offset, MethodReference method_ref);
relative_patcher_arm_base.cc 394 void ArmBaseRelativePatcher::ResolveMethodCalls(uint32_t quick_code_offset,
412 DCHECK_GT(quick_code_offset, patch_offset);
413 if (quick_code_offset - patch_offset > max_positive_displacement) {
  /art/compiler/linker/
relative_patcher_test.h 118 uint32_t quick_code_offset = offset + compiled_method->CodeDelta(); local
122 method_offset_map_.map.Put(compiled_method_refs_[idx], quick_code_offset);
  /art/compiler/linker/arm64/
relative_patcher_arm64.cc 126 uint32_t quick_code_offset = compiled_method->AlignCode(offset + sizeof(OatQuickMethodHeader)); local
127 uint32_t thunk_offset = compiled_method->AlignCode(quick_code_offset + code.size());
131 uint32_t patch_offset = quick_code_offset + patch.LiteralOffset();
  /art/compiler/
oat_writer.cc 886 uint32_t quick_code_offset = 0;
896 quick_code_offset = writer_->relative_patcher_->GetOffset(method_ref);
897 if (quick_code_offset != 0u) {
901 quick_code_offset = NewQuickCodeOffset(compiled_method, it, thumb_offset);
    [all...]

Completed in 148 milliseconds