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 135 : begin_(base), code_offset_(code_offset) {
158 uint32_t code_offset_; member in class:art::OatFile::FINAL
oat.h 180 uint32_t code_offset_; variable
oat.cc 514 OatMethodOffsets::OatMethodOffsets(uint32_t code_offset) : code_offset_(code_offset) {
oat_file.cc     [all...]
  /external/v8/src/debug/
debug.h 93 return debug_info_->HasBreakPoint(code_offset_);
107 inline int code_offset() const { return code_offset_; }
218 int code_offset_; member in class:v8::internal::BreakLocation
debug.cc 66 code_offset_(code_offset),
343 DebugInfo::SetBreakPoint(debug_info_, code_offset_, position_,
350 DebugInfo::ClearBreakPoint(debug_info_, code_offset_, break_point_object);
459 return debug_info_->GetBreakPointObjects(code_offset_);
    [all...]
  /art/compiler/
oat_writer.cc 789 offsets->code_offset_ = quick_code_offset;
859 DCHECK_EQ(oat_class->method_offsets_[method_offsets_index_].code_offset_, 0u);
    [all...]
  /external/v8/src/
frames.h 666 int code_offset() { return code_offset_; }
675 int code_offset_; member in class:v8::internal::BASE_EMBEDDED
    [all...]
frames.cc 969 code_offset_(code_offset),
    [all...]

Completed in 123 milliseconds