HomeSort by relevance Sort by last modified time
    Searched refs:stack_map_data (Results 1 - 3 of 3) sorted by null

  /art/compiler/optimizing/
optimizing_compiler.cc 1312 uint8_t* stack_map_data = nullptr; local
    [all...]
  /art/runtime/jit/
jit_code_cache.cc 467 static const uint8_t* FromStackMapToRoots(const uint8_t* stack_map_data) {
468 return stack_map_data - ComputeRootTableSize(GetNumberOfRoots(stack_map_data));
    [all...]
jit_code_cache.h 167 uint8_t** stack_map_data,
174 void ClearData(Thread* self, uint8_t* stack_map_data, uint8_t* roots_data)

Completed in 972 milliseconds