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.cc453 uint8_t* stack_map_data = roots_data + root_table_size; in CommitData() local
456 memcpy(stack_map_data, stack_map.data(), stack_map.size()); in CommitData()
Djit_code_cache.cc661 const uint8_t* stack_map_data = roots_data + root_table_size; in Commit() local
668 reserved_code, code, stack_map_data, has_should_deoptimize_flag); in Commit()