Searched defs:superCtor (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | type_mcr_lowering.cpp | 1168 GateRef superCtor = acc_.GetValueIn(gate, 0); in LowerTypedSuperAllocateThis() local 1197 …GateRef superCtor = builder_.LoadConstOffset(VariableType::JS_ANY(), hclass, JSHClass::PROTOTYPE_O… in LowerGetSuperConstructor() local
|
| D | ts_hcr_lowering.cpp | 1072 GateRef superCtor = builder_.GetSuperConstructor(ctor); in LowerTypedSuperCall() local
|
| D | circuit_builder.cpp | 550 GateRef CircuitBuilder::TypedSuperAllocateThis(GateRef superCtor, GateRef newTarget, GateRef frameS… in TypedSuperAllocateThis()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.h | 3163 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in RunInternal() local 3298 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in RunInternal() local 3433 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in RunInternal() local 3568 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in RunInternal() local
|
| D | interpreter_assembly.cpp | 3450 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in HandleWideSupercallarrowrangePrefImm16V8() local 3593 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in HandleWideSupercallthisrangePrefImm16V8() local 6688 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in HandleSupercallarrowrangeImm8Imm8V8() local 6831 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in HandleSupercallthisrangeImm8Imm8V8() local
|