Home
last modified time | relevance | path

Searched refs:CanFastCall (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_mcr_lowering.cpp1016 GateRef canFastCall = builder_.CanFastCall(func); in LowerJSFastCallTargetTypeCheck()
1075 GateRef canFastCall = builder_.CanFastCall(func); in LowerJSFastCallThisTargetTypeCheck()
1093 GateRef canFastCall = builder_.CanFastCall(func); in LowerJSNoGCFastCallThisTargetTypeCheck()
Dts_hcr_lowering.cpp1126 if (tsManager_->CanFastCall(funcGt)) { in CheckCallTargetFromDefineFuncAndLowerCall()
1171 if (tsManager_->CanFastCall(funcGt)) { in CheckCallTargetAndLowerCall()
1341 if (tsManager_->CanFastCall(funcGt)) { in CheckThisCallTargetAndLowerCall()
Dcircuit_builder.h566 inline GateRef CanFastCall(GateRef obj);
Dcircuit_builder-inl.h657 inline GateRef CircuitBuilder::CanFastCall(GateRef obj) in CanFastCall() function
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h300 bool CanFastCall(GlobalTSTypeRef gt) const;
Dts_manager.cpp634 bool TSManager::CanFastCall(GlobalTSTypeRef gt) const in CanFastCall() function in panda::ecmascript::TSManager
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.h1220 inline bool CanFastCall() const in CanFastCall() function