OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:code_offset_
(Results
1 - 5
of
5
) sorted by null
/art/runtime/
oat_file.h
76
return
code_offset_
;
133
uint32_t
code_offset_
;
member in class:art::OatFile::OatMethod
oat.h
121
uint32_t
code_offset_
;
variable
oat.cc
277
:
code_offset_
(0),
294
:
code_offset_
(code_offset),
oat_file.cc
411
oat_method_offsets.
code_offset_
,
429
code_offset_
(code_offset),
456
return GetOatPointer<const void*>(
code_offset_
);
/art/compiler/
oat_writer.cc
300
oat_method_offsets_offset + OFFSETOF_MEMBER(OatMethodOffsets,
code_offset_
));
698
if (code_iter != code_offsets_.end() && code_offset != method_offsets.
code_offset_
) {
699
DCHECK(code_iter->second == method_offsets.
code_offset_
)
702
DCHECK(code_offset == method_offsets.
code_offset_
) << PrettyMethod(method_idx, dex_file);
[
all
...]
Completed in 55 milliseconds