Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Doptimizing_compiler.cc1282 uint8_t* stack_map_data = nullptr; in JitCompile() local
1288 &stack_map_data, in JitCompile()
1290 if (stack_map_data == nullptr || roots_data == nullptr) { in JitCompile()
1294 memcpy(stack_map_data, stack_map.data(), stack_map.size()); in JitCompile()
1299 stack_map_data, in JitCompile()
1379 uint8_t* stack_map_data = nullptr; in JitCompile() local
1385 &stack_map_data, in JitCompile()
1387 if (stack_map_data == nullptr || roots_data == nullptr) { in JitCompile()
1391 memcpy(stack_map_data, stack_map.data(), stack_map.size()); in JitCompile()
1404 stack_map_data, in JitCompile()
[all …]
/art/runtime/jit/
Djit_code_cache.h167 uint8_t** stack_map_data,
173 void ClearData(Thread* self, uint8_t* stack_map_data, uint8_t* roots_data)
Djit_code_cache.cc680 static const uint8_t* FromStackMapToRoots(const uint8_t* stack_map_data) { in FromStackMapToRoots() argument
681 return stack_map_data - ComputeRootTableSize(GetNumberOfRoots(stack_map_data)); in FromStackMapToRoots()
1348 uint8_t* stack_map_data, in ClearData() argument
1350 DCHECK_EQ(FromStackMapToRoots(stack_map_data), roots_data); in ClearData()
1359 uint8_t** stack_map_data, in ReserveData() argument
1391 *stack_map_data = result + table_size; in ReserveData()
1396 *stack_map_data = nullptr; in ReserveData()