Home
last modified time | relevance | path

Searched defs:superCtor (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_TypeCreator.cpp490 …PandasmMethodCreator superCtor {superName + "." + panda_file::GetCtorName(panda_file::SourceLang::… in TypeAPITypeCreatorCtxMethodAddBodyDefault() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp3240 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in RunInternal() local
3376 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in RunInternal() local
3512 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in RunInternal() local
3648 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in RunInternal() local
Dinterpreter_assembly.cpp3520 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in HandleWideSupercallarrowrangePrefImm16V8() local
3663 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in HandleWideSupercallthisrangePrefImm16V8() local
7001 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in HandleSupercallarrowrangeImm8Imm8V8() local
7144 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in HandleSupercallthisrangeImm8Imm8V8() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp1613 GateRef superCtor = acc_.GetValueIn(gate, 0); in LowerTypedSuperAllocateThis() local
1636 …GateRef superCtor = builder_.LoadConstOffset(VariableType::JS_ANY(), hclass, JSHClass::PROTOTYPE_O… in LowerGetSuperConstructor() local
Dtyped_bytecode_lowering.cpp1623 GateRef superCtor = builder_.GetSuperConstructor(ctor); in LowerTypedSuperCall() local
Dnew_object_stub_builder.cpp1774 GateRef NewObjectStubBuilder::FastSuperAllocateThis(GateRef glue, GateRef superCtor, GateRef newTar… in FastSuperAllocateThis()
Dmcr_circuit_builder.cpp657 GateRef CircuitBuilder::TypedSuperAllocateThis(GateRef superCtor, GateRef newTarget, GateRef frameS… in TypedSuperAllocateThis()
Dinterpreter_stub.cpp1531 GateRef superCtor = GetPrototype(glue, thisFunc); in DECLARE_ASM_HANDLER() local
3569 GateRef superCtor = GetPrototype(glue, thisFunc); in DECLARE_ASM_HANDLER() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp1410 GateRef superCtor = GetPrototype(glue, thisFunc); in GenerateCircuit() local
1647 GateRef superCtor = GetPrototype(glue, acc); in GenerateCircuit() local