Home
last modified time | relevance | path

Searched defs:canFastCall (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.h254 void SetMethodOffsetToFastCallInfo(uint32_t methodOffset, bool canFastCall, bool noGC) in SetMethodOffsetToFastCallInfo()
261 void ModifyMethodOffsetToCanFastCall(uint32_t methodOffset, bool canFastCall) in ModifyMethodOffsetToCanFastCall()
Dbytecode_info_collector.cpp171 bool canFastCall = true; in CollectMethodPcsFromBC() local
282 bool *canFastCall, bool *canTypedCall) in CollectMethodInfoFromBC()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.cpp342 bool canFastCall = false; in DefineMethodInLiteral() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp399 Method *method, uint32_t entryIndex, bool *canFastCall) in SetAOTFuncEntry()
/arkcompiler/ets_runtime/ecmascript/
Dshared_object_factory.cpp187 bool needSetAotFlag, bool *canFastCall) in NewSMethod()
Dobject_factory.cpp2227 bool needSetAotFlag, bool *canFastCall) in NewMethod()