Searched defs:superCtor (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_TypeCreator.cpp | 490 …PandasmMethodCreator superCtor {superName + "." + panda_file::GetCtorName(panda_file::SourceLang::… in TypeAPITypeCreatorCtxMethodAddBodyDefault() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.cpp | 3240 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
|
| D | interpreter_assembly.cpp | 3520 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/ |
| D | typed_hcr_lowering.cpp | 1613 GateRef superCtor = acc_.GetValueIn(gate, 0); in LowerTypedSuperAllocateThis() local 1636 …GateRef superCtor = builder_.LoadConstOffset(VariableType::JS_ANY(), hclass, JSHClass::PROTOTYPE_O… in LowerGetSuperConstructor() local
|
| D | typed_bytecode_lowering.cpp | 1623 GateRef superCtor = builder_.GetSuperConstructor(ctor); in LowerTypedSuperCall() local
|
| D | new_object_stub_builder.cpp | 1774 GateRef NewObjectStubBuilder::FastSuperAllocateThis(GateRef glue, GateRef superCtor, GateRef newTar… in FastSuperAllocateThis()
|
| D | mcr_circuit_builder.cpp | 657 GateRef CircuitBuilder::TypedSuperAllocateThis(GateRef superCtor, GateRef newTarget, GateRef frameS… in TypedSuperAllocateThis()
|
| D | interpreter_stub.cpp | 1531 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/ |
| D | baseline_stubs.cpp | 1410 GateRef superCtor = GetPrototype(glue, thisFunc); in GenerateCircuit() local 1647 GateRef superCtor = GetPrototype(glue, acc); in GenerateCircuit() local
|