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

  /art/runtime/
oat.cc 65 quick_resolution_trampoline_offset_ = 0;
218 CHECK_GE(quick_resolution_trampoline_offset_, portable_to_interpreter_bridge_offset_);
219 return quick_resolution_trampoline_offset_;
225 DCHECK_EQ(quick_resolution_trampoline_offset_, 0U) << offset;
227 quick_resolution_trampoline_offset_ = offset;
228 UpdateChecksum(&quick_resolution_trampoline_offset_, sizeof(offset));
237 CHECK_GE(quick_to_interpreter_bridge_offset_, quick_resolution_trampoline_offset_);
242 CHECK(offset == 0 || offset >= quick_resolution_trampoline_offset_);
oat.h 96 uint32_t quick_resolution_trampoline_offset_; variable
  /art/compiler/
image_writer.h 44 quick_resolution_trampoline_offset_(0) {}
209 uint32_t quick_resolution_trampoline_offset_; member in class:art::ImageWriter
image_writer.cc 104 quick_resolution_trampoline_offset_ =
525 copy->SetEntryPointFromCompiledCode(GetOatAddress(quick_resolution_trampoline_offset_));
551 copy->SetEntryPointFromCompiledCode(GetOatAddress(quick_resolution_trampoline_offset_));

Completed in 41 milliseconds