Home
last modified time | relevance | path

Searched refs:ConstructStubCreate (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/utils/
H A Dutils.h500 // - {ConstructStubCreate} maps to {construct_stub_create_deopt_pc_offset}.
502 static BytecodeOffset ConstructStubCreate() { return BytecodeOffset(1); } in ConstructStubCreate() function in v8::internal::BytecodeOffset
505 return id_ == ConstructStubCreate().ToInt() || in IsValidForConstructStub()
/third_party/node/deps/v8/src/deoptimizer/
H A Ddeoptimizer.cc1338 bytecode_offset == BytecodeOffset::ConstructStubCreate() ? "create" in DoComputeConstructStubFrame()
1416 CHECK(bytecode_offset == BytecodeOffset::ConstructStubCreate() || in DoComputeConstructStubFrame()
1419 bytecode_offset == BytecodeOffset::ConstructStubCreate() in DoComputeConstructStubFrame()
1441 bytecode_offset == BytecodeOffset::ConstructStubCreate() in DoComputeConstructStubFrame()
/third_party/node/deps/v8/src/compiler/
H A Djs-inlining.cc639 BytecodeOffset::ConstructStubCreate(), FrameStateType::kConstructStub, in ReduceJSCall()

Completed in 9 milliseconds