Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.cc417 static const uint8_t* GetRootTable(const void* code_ptr, uint32_t* number_of_roots = nullptr) { in GetRootTable() function
431 const uint8_t* root_table = GetRootTable(entry.first, &number_of_roots); in SweepRootTables()
480 data = GetRootTable(code_ptr); in FreeCodeAndData()