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.cpp146 bool canFastCall = true; in ProcessMethodForJIT() local
216 bool canFastCall = true; in CollectMethodPcsFromBC() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.cpp343 bool canFastCall = false; in DefineMethodInLiteral() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp419 Method *method, uint32_t entryIndex, bool *canFastCall) in SetAOTFuncEntry()
/arkcompiler/ets_runtime/ecmascript/
Dshared_object_factory.cpp226 bool needSetAotFlag, bool *canFastCall) in NewSMethod()
Dobject_factory.cpp2285 bool needSetAotFlag, bool *canFastCall) in NewMethod()