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.h593 void SetMethodOffsetToFastCallInfo(uint32_t methodOffset, bool canFastCall, bool noGC) in SetMethodOffsetToFastCallInfo()
600 void ModifyMethodOffsetToCanFastCall(uint32_t methodOffset, bool canFastCall) in ModifyMethodOffsetToCanFastCall()
Dbytecode_info_collector.cpp318 bool canFastCall = true; in CollectMethodPcsFromBC() local
470 std::vector<panda_file::File::EntityId> &classConstructIndexes, bool *canFastCall) in CollectMethodInfoFromBC()
Dtyped_hcr_lowering.cpp1414 GateRef canFastCall = builder_.CanFastCall(func); in LowerJSFastCallTargetTypeCheck() local
1473 GateRef canFastCall = builder_.CanFastCall(func); in LowerJSFastCallThisTargetTypeCheck() local
1491 GateRef canFastCall = builder_.CanFastCall(func); in LowerJSNoGCFastCallThisTargetTypeCheck() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.cpp286 bool canFastCall = false; in DefineMethodInLiteral() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp296 uint32_t entryIndex, bool *canFastCall) in SetAOTFuncEntry()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp1802 … uint32_t entryIndex, bool needSetAotFlag, bool *canFastCall) in NewMethod()