Home
last modified time | relevance | path

Searched defs:superCtor (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp1410 GateRef superCtor = GetPrototype(glue, thisFunc); in GenerateCircuit() local
1660 GateRef superCtor = GetPrototype(glue, acc); in GenerateCircuit() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp1531 GateRef superCtor = GetPrototype(glue, thisFunc); in DECLARE_ASM_HANDLER() local
3529 GateRef superCtor = GetPrototype(glue, thisFunc); in DECLARE_ASM_HANDLER() local
[all...]
H A Dtyped_bytecode_lowering.cpp1624 GateRef superCtor = builder_.GetSuperConstructor(ctor); in LowerTypedSuperCall() local
H A Dmcr_circuit_builder.cpp661 GateRef CircuitBuilder::TypedSuperAllocateThis(GateRef superCtor, GateRef newTarget, GateRef frameState) in TypedSuperAllocateThis() argument
H A Dnew_object_stub_builder.cpp1726 GateRef NewObjectStubBuilder::FastSuperAllocateThis(GateRef glue, GateRef superCtor, GateRef newTarget) in FastSuperAllocateThis() argument
H A Dtyped_hcr_lowering.cpp1616 GateRef superCtor = acc_.GetValueIn(gate, 0); in LowerTypedSuperAllocateThis() local
1639 GateRef superCtor = builder_.LoadConstOffset(VariableType::JS_ANY(), hclass, JSHClass::PROTOTYPE_OFFSET); in LowerGetSuperConstructor() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp3254 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in RunInternal() local
3390 JSTaggedValue superCtor in RunInternal() local
3526 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); RunInternal() local
3662 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); RunInternal() local
[all...]

Completed in 47 milliseconds