OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gc_map_length
(Results
1 - 2
of
2
) sorted by null
/art/runtime/entrypoints/portable/
portable_thread_entrypoints.cc
39
uint32_t
gc_map_length
= static_cast<uint32_t>((gc_map[0] << 24) |
local
43
verifier::DexPcToReferenceMap dex_gc_map(gc_map + 4,
gc_map_length
);
/art/runtime/
thread.cc
2036
uint32_t
gc_map_length
= static_cast<uint32_t>((gc_map[0] << 24) |
local
[
all
...]
Completed in 508 milliseconds