Home
last modified time | relevance | path

Searched defs:number_of_roots (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jit/
Djit_code_cache.cc664 static uint32_t ComputeRootTableSize(uint32_t number_of_roots) { in ComputeRootTableSize()
711 static uint8_t* GetRootTable(const void* code_ptr, uint32_t* number_of_roots = nullptr) { in GetRootTable()
757 uint32_t number_of_roots = 0; in SweepRootTables() local
1357 size_t number_of_roots, in ReserveData()
/art/compiler/optimizing/
Doptimizing_compiler.cc1378 size_t number_of_roots = codegen->GetNumberOfJitRoots(); in JitCompile() local