Home
last modified time | relevance | path

Searched refs:GetSuperConstructor (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-builder.h389 BytecodeArrayBuilder& GetSuperConstructor(Register out);
H A Dinterpreter-generator.cc1345 // GetSuperConstructor
1349 IGNITION_HANDLER(GetSuperConstructor, InterpreterAssembler) { in IGNITION_HANDLER()
1351 TNode<Object> result = GetSuperConstructor(active_function); in IGNITION_HANDLER()
H A Dbytecodes.h228 /* GetSuperConstructor operator */ \
229 V(GetSuperConstructor, ImplicitRegisterUse::kReadAccumulator, \
H A Dbytecode-array-builder.cc524 BytecodeArrayBuilder& BytecodeArrayBuilder::GetSuperConstructor(Register out) { in GetSuperConstructor() function in v8::internal::interpreter::BytecodeArrayBuilder
H A Dbytecode-generator.cc5611 .GetSuperConstructor(constructor); in VisitCallSuper()
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-graph-builder.cc593 MAGLEV_UNIMPLEMENTED_BYTECODE(GetSuperConstructor)
/third_party/node/deps/v8/src/compiler/
H A Djs-operator.h1043 const Operator* GetSuperConstructor();
H A Djs-operator.cc772 V(GetSuperConstructor, Operator::kNoWrite | Operator::kNoThrow, 1, 1) \
H A Dbytecode-graph-builder.cc3190 Node* node = NewNode(javascript()->GetSuperConstructor(), in VisitGetSuperConstructor()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h3666 TNode<HeapObject> GetSuperConstructor(TNode<JSFunction> active_function);
H A Dcode-stub-assembler.cc13671 TNode<HeapObject> CodeStubAssembler::GetSuperConstructor(

Completed in 57 milliseconds