Searched refs:registerConfigurationForTesting_ (Results 1 – 2 of 2) sorted by relevance
1023 InstructionSequence::registerConfigurationForTesting_ = nullptr; member in v8::internal::compiler::InstructionSequence1027 DCHECK_NOT_NULL(registerConfigurationForTesting_); in RegisterConfigurationForTesting()1028 return registerConfigurationForTesting_; in RegisterConfigurationForTesting()1033 registerConfigurationForTesting_ = regConfig; in SetRegisterConfigurationForTesting()
1857 static const RegisterConfiguration* registerConfigurationForTesting_; in NON_EXPORTED_BASE() local