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.cpp155 bytecodeInfo_.ModifyMethodOffsetToCanFastCall(index.GetOffset(), false); in ProcessClasses()
219 bytecodeInfo_.ModifyMethodOffsetToCanFastCall(methodIdx.GetOffset(), false); in ProcessMethod()
Dbytecode_info_collector.h600 void ModifyMethodOffsetToCanFastCall(uint32_t methodOffset, bool canFastCall) in ModifyMethodOffsetToCanFastCall() function