HomeSort by relevance Sort by last modified time
    Searched refs:allocatable_double_codes (Results 1 - 6 of 6) sorted by null

  /external/v8/src/
register-configuration.h 39 const int* allocatable_double_codes,
94 const int* allocatable_double_codes() const { function in class:v8::internal::RegisterConfiguration
register-configuration.cc 128 const int* allocatable_general_codes, const int* allocatable_double_codes,
142 allocatable_double_codes_(allocatable_double_codes),
  /external/v8/test/unittests/compiler/
instruction-sequence-unittest.cc 25 static int allocatable_double_codes[InstructionSequenceTest::kDefaultNRegs] = { member in namespace:v8::internal::compiler::__anon24016
70 num_double_registers_, allocatable_codes, allocatable_double_codes,
  /external/v8/test/cctest/compiler/
test-run-native-calls.cc 98 GetRegConfig()->allocatable_double_codes()) {
108 GetRegConfig()->allocatable_double_codes()) {}
    [all...]
  /external/v8/src/crankshaft/
lithium-allocator.cc     [all...]
  /external/v8/src/compiler/
register-allocator.cc 43 return kind == FP_REGISTERS ? cfg->allocatable_double_codes()
    [all...]

Completed in 489 milliseconds