OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gc_map
(Results
1 - 4
of
4
) sorted by null
/art/runtime/entrypoints/portable/
portable_thread_entrypoints.cc
38
const uint8_t*
gc_map
= method->GetNativeGcMap();
local
39
verifier::DexPcToReferenceMap dex_gc_map(
gc_map
);
/art/compiler/optimizing/
optimizing_compiler.cc
167
std::vector<uint8_t>
gc_map
;
local
168
codegen->BuildNativeGCMap(&
gc_map
, dex_compilation_unit);
178
gc_map
,
/art/compiler/
oat_writer.cc
460
const std::vector<uint8_t>&
gc_map
= compiled_method->GetGcMap();
local
461
size_t gc_map_size =
gc_map
.size() * sizeof(
gc_map
[0]);
464
<< &
gc_map
<< " " << gc_map_size << " " << (is_native ? "true" : "false") << " "
[
all
...]
/art/runtime/
thread.cc
41
#include "
gc_map
.h"
2039
const uint8_t*
gc_map
= m->GetNativeGcMap();
local
[
all
...]
Completed in 3738 milliseconds