OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:native_gc_map
(Results
1 - 4
of
4
) sorted by null
/art/compiler/
compiled_method.h
110
const std::vector<uint8_t>&
native_gc_map
);
compiled_method.cc
127
const std::vector<uint8_t>&
native_gc_map
)
132
gc_map_(driver.DeduplicateGCMap(
native_gc_map
)) {
image_writer.cc
569
const byte*
native_gc_map
= GetOatAddress(native_gc_map_offset);
local
570
copy->SetNativeGcMap(reinterpret_cast<const uint8_t*>(
native_gc_map
));
/art/runtime/
thread.cc
2050
const uint8_t*
native_gc_map
= m->GetNativeGcMap();
local
[
all
...]
Completed in 794 milliseconds