Home
last modified time | relevance | path

Searched refs:stack_map_data (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jit/
Djit_memory_region.cc456 uint8_t* stack_map_data = roots_data + root_table_size; in CommitData() local
459 memcpy(stack_map_data, stack_map.data(), stack_map.size()); in CommitData()
Djit_code_cache.cc680 const uint8_t* stack_map_data = roots_data + root_table_size; in Commit() local
687 reserved_code, code, stack_map_data, has_should_deoptimize_flag); in Commit()