Searched refs:GetSuperConstructor (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | share_opcodes.h | 50 V(GetSuperConstructor, GET_SUPER_CONSTRUCTOR, GateFlags::NO_WRITE, 1, 1, 1) \
|
H A D | circuit_builder.cpp | 354 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 D | circuit_builder.h | 205 GateRef GetSuperConstructor(GateRef ctor);
|
H A D | typed_bytecode_lowering.cpp | 1624 GateRef superCtor = builder_.GetSuperConstructor(ctor); in LowerTypedSuperCall()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.cpp | 965 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 D | slow_runtime_stub.h | 152 static JSTaggedValue GetSuperConstructor(JSThread *thread, JSTaggedValue ctor);
|
H A D | interpreter-inl.cpp | 3254 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 D | interpreter_assembly.cpp | 3526 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 D | runtime_call_id.h | 239 V(GetSuperConstructor) \
|
Completed in 62 milliseconds