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

  /external/v8/src/
register-configuration.h 34 const int* allocatable_general_codes,
71 const int* allocatable_general_codes() const { function in class:v8::internal::RegisterConfiguration
register-configuration.cc 136 const int* allocatable_general_codes, const int* allocatable_double_codes,
147 allocatable_general_codes_(allocatable_general_codes),
  /external/v8/test/cctest/compiler/
test-multiple-return.cc 38 LinkageLocation::ForRegister(config->allocatable_general_codes()[i]));
46 LinkageLocation::ForRegister(config->allocatable_general_codes()[i]));
test-run-native-calls.cc 84 ->allocatable_general_codes()) {}
    [all...]
  /external/v8/src/crankshaft/
lithium-allocator.cc     [all...]
  /external/v8/src/compiler/
register-allocator.cc 46 : cfg->allocatable_general_codes();
    [all...]

Completed in 105 milliseconds