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

  /art/runtime/
oat_file-inl.h 26 const void* code = EntryPointToCodePointer(GetOatPointer<const void*>(code_offset_));
88 const void* code = EntryPointToCodePointer(GetOatPointer<const void*>(code_offset_));
100 const void* code = EntryPointToCodePointer(GetOatPointer<const void*>(code_offset_));
108 return (GetQuickCodeSize() == 0) ? 0 : code_offset_;
oat_file.h 153 : begin_(base), code_offset_(code_offset) {
176 uint32_t code_offset_; member in class:art::OatFile::FINAL
oat.h 185 uint32_t code_offset_; variable
oat.cc 533 OatMethodOffsets::OatMethodOffsets(uint32_t code_offset) : code_offset_(code_offset) {
oat_file.cc     [all...]
  /external/v8/src/
frames.h 825 int code_offset() const { return code_offset_; }
838 int code_offset_; member in class:v8::internal::BASE_EMBEDDED::JavaScriptFrameSummary
877 int code_offset_; member in class:v8::internal::BASE_EMBEDDED::WasmCompiledFrameSummary
    [all...]
frames.cc     [all...]
  /external/v8/src/debug/
debug.h 95 code_offset_(code_offset),
109 int code_offset_; member in class:v8::internal::BreakLocation
debug.cc 119 return it.code_offset() == code_offset_;
124 return it.code_offset() == code_offset_;
    [all...]
  /art/compiler/
oat_writer.cc     [all...]

Completed in 113 milliseconds