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

  /art/runtime/
oat.h 55 uint32_t GetInterpreterToCompiledCodeBridgeOffset() const;
oat.cc 137 return reinterpret_cast<const uint8_t*>(this) + GetInterpreterToCompiledCodeBridgeOffset();
140 uint32_t OatHeader::GetInterpreterToCompiledCodeBridgeOffset() const {
  /art/compiler/
image_writer.cc 95 oat_file_->GetOatHeader().GetInterpreterToCompiledCodeBridgeOffset();

Completed in 505 milliseconds