Home
last modified time | relevance | path

Searched refs:MAX_NUM_SHORT_CALL_ARGS (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/
H A Dcommon.h24 static constexpr compiler::Register MAX_NUM_SHORT_CALL_ARGS = 2; member
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dcommon.h28 constexpr compiler::Register MAX_NUM_SHORT_CALL_ARGS = 2; member
H A Dcodegen.cpp442 } else if (nargs > MAX_NUM_SHORT_CALL_ARGS) { in ChooseCallOpcode()

Completed in 3 milliseconds