Searched defs:superCtor (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_TypeCreator.cpp | 492 …PandasmMethodCreator superCtor {superName + "." + panda_file::GetCtorName(panda_file::SourceLang::… in TypeAPITypeCreatorCtxMethodAddBodyDefault() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.h | 3224 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
|
| D | interpreter_assembly.cpp | 3488 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/ |
| D | new_object_stub_builder.cpp | 1034 GateRef NewObjectStubBuilder::FastSuperAllocateThis(GateRef glue, GateRef superCtor, GateRef newTar… in FastSuperAllocateThis()
|
| D | typed_bytecode_lowering.cpp | 1286 GateRef superCtor = builder_.GetSuperConstructor(ctor); in LowerTypedSuperCall() local
|
| D | typed_hcr_lowering.cpp | 1562 GateRef superCtor = acc_.GetValueIn(gate, 0); in LowerTypedSuperAllocateThis() local 1585 …GateRef superCtor = builder_.LoadConstOffset(VariableType::JS_ANY(), hclass, JSHClass::PROTOTYPE_O… in LowerGetSuperConstructor() local
|
| D | mcr_circuit_builder.cpp | 548 GateRef CircuitBuilder::TypedSuperAllocateThis(GateRef superCtor, GateRef newTarget, GateRef frameS… in TypedSuperAllocateThis()
|
| D | interpreter_stub.cpp | 1310 GateRef superCtor = GetPrototype(glue, thisFunc); in DECLARE_ASM_HANDLER() local 3136 GateRef superCtor = GetPrototype(glue, thisFunc); in DECLARE_ASM_HANDLER() local
|