Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_TypeCreator.cpp492 …PandasmMethodCreator superCtor {superName + "." + panda_file::GetCtorName(panda_file::SourceLang::… in TypeAPITypeCreatorCtxMethodAddBodyDefault() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h3224 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in RunInternal() local
3360 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in RunInternal() local
3496 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in RunInternal() local
3632 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in RunInternal() local
Dinterpreter_assembly.cpp3488 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in HandleWideSupercallarrowrangePrefImm16V8() local
3631 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in HandleWideSupercallthisrangePrefImm16V8() local
6791 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in HandleSupercallarrowrangeImm8Imm8V8() local
6934 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in HandleSupercallthisrangeImm8Imm8V8() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp1034 GateRef NewObjectStubBuilder::FastSuperAllocateThis(GateRef glue, GateRef superCtor, GateRef newTar… in FastSuperAllocateThis()
Dtyped_bytecode_lowering.cpp1286 GateRef superCtor = builder_.GetSuperConstructor(ctor); in LowerTypedSuperCall() local
Dtyped_hcr_lowering.cpp1562 GateRef superCtor = acc_.GetValueIn(gate, 0); in LowerTypedSuperAllocateThis() local
1585 …GateRef superCtor = builder_.LoadConstOffset(VariableType::JS_ANY(), hclass, JSHClass::PROTOTYPE_O… in LowerGetSuperConstructor() local
Dmcr_circuit_builder.cpp548 GateRef CircuitBuilder::TypedSuperAllocateThis(GateRef superCtor, GateRef newTarget, GateRef frameS… in TypedSuperAllocateThis()
Dinterpreter_stub.cpp1310 GateRef superCtor = GetPrototype(glue, thisFunc); in DECLARE_ASM_HANDLER() local
3136 GateRef superCtor = GetPrototype(glue, thisFunc); in DECLARE_ASM_HANDLER() local