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 - 7
of
7
) sorted by null
/art/runtime/mirror/
art_method-inl.h
170
inline void ArtMethod::SetOatNativeGcMapOffset(uint32_t
gc_map_offset
) {
172
SetNativeGcMap(reinterpret_cast<uint8_t*>(
gc_map_offset
));
art_method.h
283
void SetOatNativeGcMapOffset(uint32_t
gc_map_offset
);
/art/runtime/
oat.h
117
uint32_t
gc_map_offset
);
oat.cc
292
uint32_t
gc_map_offset
300
gc_map_offset_(
gc_map_offset
)
oat_file.h
120
const uint32_t
gc_map_offset
);
oat_file.cc
427
const uint32_t
gc_map_offset
)
435
native_gc_map_offset_(
gc_map_offset
) {
/art/compiler/
oat_writer.cc
287
uint32_t
gc_map_offset
= 0;
local
357
gc_map_offset
= (gc_map_size == 0) ? 0 : offset;
381
gc_map_offset
= gc_map_iter->second;
383
gc_map_offsets_.Put(&gc_map,
gc_map_offset
);
396
gc_map_offset
);
418
method->SetOatNativeGcMapOffset(
gc_map_offset
);
[
all
...]
Completed in 287 milliseconds