Home
last modified time | relevance | path

Searched refs:OsrHelper (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dosr.cc17 OsrHelper::OsrHelper(OptimizedCompilationInfo* info) in OsrHelper() function in v8::internal::compiler::OsrHelper
23 void OsrHelper::SetupFrame(Frame* frame) { in SetupFrame()
H A Dosr.h21 class OsrHelper { class
23 explicit OsrHelper(OptimizedCompilationInfo* info);
H A Dlinkage.h42 class OsrHelper;
H A Dlinkage.cc595 int first_stack_slot = OsrHelper::FirstStackSlotIndex(parameter_count); in GetOsrValueLocation()
H A Dpipeline.cc323 OsrHelper* osr_helper() { return &(*osr_helper_); } in osr_helper()
611 base::Optional<OsrHelper> osr_helper_;
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.h125 base::Optional<OsrHelper> osr_helper,
196 OsrHelper* osr_helper() { return &(*osr_helper_); } in osr_helper()
461 base::Optional<OsrHelper> osr_helper_;
H A Dcode-generator.cc47 base::Optional<OsrHelper> osr_helper, in CodeGenerator()

Completed in 13 milliseconds