OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:core_vmap_table_
(Results
1 - 4
of
4
) sorted by null
/art/compiler/dex/quick/
codegen_util.cc
[
all
...]
mir_to_lir.h
766
std::vector<uint32_t>
core_vmap_table_
;
member in class:art::Mir2Lir
[
all
...]
ralloc_util.cc
144
core_vmap_table_
.push_back(reg << VREG_NUM_WIDTH | (v_reg & ((1 << VREG_NUM_WIDTH) - 1)));
[
all
...]
/art/compiler/dex/quick/arm/
call_arm.cc
287
core_vmap_table_
.clear();
Completed in 195 milliseconds