Home
last modified time | relevance | path

Searched refs:FOR_TESTING (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Doptimized-compilation-info.cc83 case CodeKind::FOR_TESTING: in ConfigureFlags()
153 case CodeKind::FOR_TESTING: in GetOutputStackFrameType()
/third_party/node/deps/v8/src/objects/
H A Dcode-kind.h20 V(FOR_TESTING) \
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc501 // The FOR_TESTING code doesn't initialize the root register. We can't call in EmitTSANStoreOOL()
504 // TODO(solanes, v8:7790, v8:11600): See if we can support the FOR_TESTING in EmitTSANStoreOOL()
506 DCHECK_NE(codegen->code_kind(), CodeKind::FOR_TESTING); in EmitTSANStoreOOL()
552 // The FOR_TESTING code doesn't initialize the root register. We can't call in EmitTSANAwareStore()
555 // TODO(solanes, v8:7790, v8:11600): See if we can support the FOR_TESTING in EmitTSANAwareStore()
557 if (codegen->code_kind() != CodeKind::FOR_TESTING) { in EmitTSANAwareStore()
618 // The FOR_TESTING code doesn't initialize the root register. We can't call in EmitTSANRelaxedLoadOOLIfNeeded()
621 // TODO(solanes, v8:7790, v8:11600): See if we can support the FOR_TESTING in EmitTSANRelaxedLoadOOLIfNeeded()
623 if (codegen->code_kind() == CodeKind::FOR_TESTING) return; in EmitTSANRelaxedLoadOOLIfNeeded()
/third_party/node/deps/v8/src/logging/
H A Dlog.cc2148 case CodeKind::FOR_TESTING: in LogCodeObject()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc1556 if (code().kind() == CodeKind::FOR_TESTING) { in JSFunctionPrint()
1557 os << "\n - FOR_TESTING"; in JSFunctionPrint()
/third_party/node/deps/v8/src/compiler/
H A Dpipeline.cc3354 CodeKind::FOR_TESTING); in AllocateRegistersForTesting() member in v8::internal::compiler::CodeKind

Completed in 23 milliseconds