HomeSort by relevance Sort by last modified time
    Searched defs:roots_data (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
optimizing_compiler.cc 1212 uint8_t* roots_data = nullptr; local
    [all...]
  /art/runtime/jit/
jit_code_cache.cc 228 uint8_t* roots_data,
243 roots_data,
261 roots_data,
300 static void FillRootTableLength(uint8_t* roots_data, uint32_t length) {
303 reinterpret_cast<uint32_t*>(roots_data)[length] = length;
310 static void FillRootTable(uint8_t* roots_data, Handle<mirror::ObjectArray<mirror::Object>> roots)
312 GcRoot<mirror::Object>* gc_roots = reinterpret_cast<GcRoot<mirror::Object>*>(roots_data);
314 // Put all roots in `roots_data`.
376 uint8_t* roots_data = GetRootTable(entry.first, &number_of_roots); local
377 GcRoot<mirror::Object>* roots = reinterpret_cast<GcRoot<mirror::Object>*>(roots_data);
644 DCHECK_EQ(FromStackMapToRoots(stack_map), roots_data); local
827 DCHECK_EQ(FromStackMapToRoots(stack_map_data), roots_data); local
    [all...]

Completed in 67 milliseconds