Home
last modified time | relevance | path

Searched refs:registerConfigurationForTesting_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.cc1023 InstructionSequence::registerConfigurationForTesting_ = nullptr; member in v8::internal::compiler::InstructionSequence
1027 DCHECK_NOT_NULL(registerConfigurationForTesting_); in RegisterConfigurationForTesting()
1028 return registerConfigurationForTesting_; in RegisterConfigurationForTesting()
1033 registerConfigurationForTesting_ = regConfig; in SetRegisterConfigurationForTesting()
Dinstruction.h1857 static const RegisterConfiguration* registerConfigurationForTesting_; in NON_EXPORTED_BASE() local