Searched refs:CanFastCall (Results 1 – 7 of 7) sorted by relevance
1016 GateRef canFastCall = builder_.CanFastCall(func); in LowerJSFastCallTargetTypeCheck()1075 GateRef canFastCall = builder_.CanFastCall(func); in LowerJSFastCallThisTargetTypeCheck()1093 GateRef canFastCall = builder_.CanFastCall(func); in LowerJSNoGCFastCallThisTargetTypeCheck()
1126 if (tsManager_->CanFastCall(funcGt)) { in CheckCallTargetFromDefineFuncAndLowerCall()1171 if (tsManager_->CanFastCall(funcGt)) { in CheckCallTargetAndLowerCall()1341 if (tsManager_->CanFastCall(funcGt)) { in CheckThisCallTargetAndLowerCall()
566 inline GateRef CanFastCall(GateRef obj);
657 inline GateRef CircuitBuilder::CanFastCall(GateRef obj) in CanFastCall() function
300 bool CanFastCall(GlobalTSTypeRef gt) const;
634 bool TSManager::CanFastCall(GlobalTSTypeRef gt) const in CanFastCall() function in panda::ecmascript::TSManager
1220 inline bool CanFastCall() const in CanFastCall() function