Home
last modified time | relevance | path

Searched refs:SetIsFastCall (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dmethod.h110 static uint64_t SetIsFastCall(uint64_t callField, bool isFastCall) in SetIsFastCall() function
326 void SetIsFastCall(bool isFastCall) in SetIsFastCall() function
329 uint64_t newValue = SetIsFastCall(callFiled, isFastCall); in SetIsFastCall()
398 SetIsFastCall(false); in ClearAOTFlags()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.h188 static uint64_t SetIsFastCall(uint64_t callField, bool isFastCall) in SetIsFastCall() function
193 void SetIsFastCall(bool isFastCall) in SetIsFastCall() function
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp216 method->SetIsFastCall(isFastCall); in SetAOTMainFuncEntry()
238 method->SetIsFastCall(entry.isFastCall_); in SetAOTFuncEntry()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp139 method->SetIsFastCall(false); in ProcessClasses()
267 method->SetIsFastCall(canFastCall); in CollectMethodPcsFromBC()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp521 functionType->SetIsFastCall(info.canFastCall_); in StoreMethodOffset()