Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dmethod.cpp130 SetIsFastCall(isFastCall); in SetCompiledFuncEntry()
133 methodLiteral->SetIsFastCall(isFastCall); in SetCompiledFuncEntry()
Dmethod.h111 static uint64_t SetIsFastCall(uint64_t callField, bool isFastCall) in SetIsFastCall() function
327 void SetIsFastCall(bool isFastCall) in SetIsFastCall() function
330 uint64_t newValue = SetIsFastCall(callFiled, isFastCall); in SetIsFastCall()
399 SetIsFastCall(false); in ClearAOTFlags()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp285 method->SetIsFastCall(isFastCall); in SetAOTMainFuncEntry()
292 methodLiteral->SetIsFastCall(isFastCall); in SetAOTMainFuncEntry()
311 method->SetIsFastCall(entry.isFastCall_); in SetAOTFuncEntry()
318 methodLiteral->SetIsFastCall(entry.isFastCall_); in SetAOTFuncEntry()
/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/
Dbytecode_info_collector.cpp154 method->SetIsFastCall(false); in ProcessClasses()
218 methodLiteral->SetIsFastCall(false); in ProcessMethod()
344 method->SetIsFastCall(canFastCall); in CollectMethodPcsFromBC()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp532 functionType->SetIsFastCall(info.canFastCall_); in StoreMethodOffset()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp1946 methodLiteral->SetIsFastCall(true); in HWTEST_F_L0()