Searched defs:superCtor (Results 1 - 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_stubs.cpp | 1410 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 D | interpreter_stub.cpp | 1531 GateRef superCtor = GetPrototype(glue, thisFunc);
in DECLARE_ASM_HANDLER() local 3529 GateRef superCtor = GetPrototype(glue, thisFunc);
in DECLARE_ASM_HANDLER() local [all...] |
| H A D | typed_bytecode_lowering.cpp | 1624 GateRef superCtor = builder_.GetSuperConstructor(ctor); in LowerTypedSuperCall() local
|
| H A D | mcr_circuit_builder.cpp | 661 GateRef CircuitBuilder::TypedSuperAllocateThis(GateRef superCtor, GateRef newTarget, GateRef frameState) in TypedSuperAllocateThis() argument
|
| H A D | new_object_stub_builder.cpp | 1726 GateRef NewObjectStubBuilder::FastSuperAllocateThis(GateRef glue, GateRef superCtor, GateRef newTarget)
in FastSuperAllocateThis() argument
|
| H A D | typed_hcr_lowering.cpp | 1616 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 D | interpreter-inl.cpp | 3254 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