Home
last modified time | relevance | path

Searched refs:ModifyMethodOffsetToCanFastCall (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.h638 void ModifyMethodOffsetToCanFastCall(uint32_t methodOffset, bool canFastCall) in ModifyMethodOffsetToCanFastCall() function
Dbytecode_info_collector.cpp140 bytecodeInfo_.ModifyMethodOffsetToCanFastCall(index.GetOffset(), false); in ProcessClasses()