Searched refs:CanFastCall (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ | ||
H A D | hcr_circuit_builder.h | 253 inline GateRef CircuitBuilder::CanFastCall(GateRef jsFunc) in CanFastCall() function in panda::ecmascript::kungfu::CircuitBuilder |
H A D | typed_bytecode_lowering.cpp | 1726 if (tacc.CanFastCall()) { in CheckThisCallTargetAndLowerCall() 1742 if (tacc.CanFastCall()) { in CheckCallTargetFromDefineFuncAndLowerCall() 1791 if (tacc.CanFastCall()) { in CheckCallTargetAndLowerCall() |
H A D | type_info_accessors.h | 521 bool CanFastCall() const in CanFastCall() function in panda::ecmascript::kungfu::CallTypeInfoAccessor |
H A D | circuit_builder.h | 458 inline GateRef CanFastCall(GateRef jsFunc); |
Completed in 10 milliseconds