OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gc_map_offset_
(Results
1 - 5
of
5
) sorted by null
/art/runtime/
oat_file-inl.h
86
uint32_t offset = reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].
gc_map_offset_
;
103
return reinterpret_cast<const byte*>(&method_header->
gc_map_offset_
) - begin_;
oat.h
187
uint32_t
gc_map_offset_
;
variable
oat.cc
504
gc_map_offset_
(gc_map_offset),
/art/compiler/
oat_writer.cc
146
uint32_t offset = oat_class->method_headers_[method_offsets_index].
gc_map_offset_
;
153
oat_class->method_headers_[method_offsets_index].
gc_map_offset_
=
380
uint32_t gc_map_offset = method_header->
gc_map_offset_
;
[
all
...]
/art/runtime/mirror/
art_method-inl.h
300
reinterpret_cast<const OatQuickMethodHeader*>(code_pointer)[-1].
gc_map_offset_
;
Completed in 599 milliseconds