OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDefaultNRegs
(Results
1 - 3
of
3
) sorted by null
/external/v8/test/unittests/compiler/
register-allocator-unittest.cc
188
const int kPhis =
kDefaultNRegs
* 2;
220
const int kPhis =
kDefaultNRegs
* 2;
331
VReg constants[
kDefaultNRegs
];
335
TestOperand call_ops[
kDefaultNRegs
* 2];
336
for (int i = 0; i <
kDefaultNRegs
; ++i) {
339
for (int i = 0; i <
kDefaultNRegs
; ++i) {
340
call_ops[i +
kDefaultNRegs
] = Slot(constants[i], i);
498
VReg values[
kDefaultNRegs
];
534
VReg values[
kDefaultNRegs
];
instruction-sequence-unittest.cc
24
static int allocatable_codes[InstructionSequenceTest::
kDefaultNRegs
] = {
26
static int allocatable_double_codes[InstructionSequenceTest::
kDefaultNRegs
] = {
48
num_general_registers_(
kDefaultNRegs
),
49
num_double_registers_(
kDefaultNRegs
),
instruction-sequence-unittest.h
18
static const int
kDefaultNRegs
= 8;
Completed in 64 milliseconds