OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pool_available
(Results
1 - 1
of
1
) sorted by null
/external/v8/src/arm64/
code-stubs-arm64.h
194
CPURegList
pool_available
= GetValidRegistersForAllocation();
local
196
pool_available
.Remove(used_regs);
197
scratch1_ = Register(
pool_available
.PopLowestIndex());
198
scratch2_ = Register(
pool_available
.PopLowestIndex());
Completed in 47 milliseconds