OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetGcMap
(Results
1 - 7
of
7
) sorted by null
/art/compiler/
oat_writer.h
320
if (UNLIKELY(&lhs->
GetGcMap
() != &rhs->
GetGcMap
())) {
321
return &lhs->
GetGcMap
() < &rhs->
GetGcMap
();
compiled_method.h
180
const SwapVector<uint8_t>&
GetGcMap
() const {
common_compiler_test.cc
176
const SwapVector<uint8_t>& gc_map = compiled_method->
GetGcMap
();
oat_writer.cc
142
return &compiled_method->
GetGcMap
();
468
const SwapVector<uint8_t>& gc_map = compiled_method->
GetGcMap
();
[
all
...]
/art/runtime/
oat_file-inl.h
81
const uint8_t* OatFile::OatMethod::
GetGcMap
() const {
94
const uint8_t* gc_map =
GetGcMap
();
oat_file.h
146
const uint8_t*
GetGcMap
() const;
/art/oatdump/
oatdump.cc
503
*indent2_os << StringPrintf("%p ", oat_method.
GetGcMap
());
747
const uint8_t* gc_map_raw = oat_method.
GetGcMap
();
[
all
...]
Completed in 63 milliseconds