Searched defs:canFastCall (Results 1 – 6 of 6) sorted by relevance
593 void SetMethodOffsetToFastCallInfo(uint32_t methodOffset, bool canFastCall, bool noGC) in SetMethodOffsetToFastCallInfo()600 void ModifyMethodOffsetToCanFastCall(uint32_t methodOffset, bool canFastCall) in ModifyMethodOffsetToCanFastCall()
318 bool canFastCall = true; in CollectMethodPcsFromBC() local470 std::vector<panda_file::File::EntityId> &classConstructIndexes, bool *canFastCall) in CollectMethodInfoFromBC()
1414 GateRef canFastCall = builder_.CanFastCall(func); in LowerJSFastCallTargetTypeCheck() local1473 GateRef canFastCall = builder_.CanFastCall(func); in LowerJSFastCallThisTargetTypeCheck() local1491 GateRef canFastCall = builder_.CanFastCall(func); in LowerJSNoGCFastCallThisTargetTypeCheck() local
286 bool canFastCall = false; in DefineMethodInLiteral() local
296 uint32_t entryIndex, bool *canFastCall) in SetAOTFuncEntry()
1802 … uint32_t entryIndex, bool needSetAotFlag, bool *canFastCall) in NewMethod()