Home
last modified time | relevance | path

Searched refs:GetSuperConstructor (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dshare_opcodes.h50 V(GetSuperConstructor, GET_SUPER_CONSTRUCTOR, GateFlags::NO_WRITE, 1, 1, 1) \
H A Dcircuit_builder.cpp354 GateRef CircuitBuilder::GetSuperConstructor(GateRef ctor) in GetSuperConstructor() function in panda::ecmascript::kungfu::CircuitBuilder
359 auto ret = GetCircuit()->NewGate(circuit_->GetSuperConstructor(), MachineType::ANYVALUE, in GetSuperConstructor()
H A Dcircuit_builder.h205 GateRef GetSuperConstructor(GateRef ctor);
H A Dtyped_bytecode_lowering.cpp1624 GateRef superCtor = builder_.GetSuperConstructor(ctor); in LowerTypedSuperCall()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp965 JSTaggedValue SlowRuntimeStub::GetSuperConstructor(JSThread *thread, JSTaggedValue ctor) in GetSuperConstructor() function in panda::ecmascript::SlowRuntimeStub
967 INTERPRETER_TRACE(thread, GetSuperConstructor); in GetSuperConstructor()
1010 JSHandle<JSTaggedValue> superFunc(thread, GetSuperConstructor(thread, func)); in SuperCallForwardAllArgs()
H A Dslow_runtime_stub.h152 static JSTaggedValue GetSuperConstructor(JSThread *thread, JSTaggedValue ctor);
H A Dinterpreter-inl.cpp3254 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in RunInternal()
3390 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in RunInternal()
3526 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in RunInternal()
3662 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in RunInternal()
H A Dinterpreter_assembly.cpp3526 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc);
3669 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc);
7008 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc);
7151 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc);
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h239 V(GetSuperConstructor) \

Completed in 62 milliseconds