Home
last modified time | relevance | path

Searched defs:firstParam (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnative_inline_lowering.cpp627 auto firstParam = skipThis ? 1 : 0; in TryInlineNumberParseFloat() local
645 auto firstParam = skipThis ? 1 : 0; in TryInlineNumberParseInt() local
692 bool firstParam = skipThis ? 1 : 0; in TryInlineBigIntAsIntN() local
739 bool firstParam = skipThis ? 1 : 0; in TryInlineMathUnaryBuiltin() local
761 bool firstParam = skipThis ? 1 : 0; in TryInlineWhitoutParamBuiltin() local
778 bool firstParam = skipThis ? 1 : 0; in TryInlineMathAbsBuiltin() local
800 bool firstParam = skipThis ? 1 : 0; in TryInlineMathClz32Builtin() local
821 bool firstParam = skipThis ? 1 : 0; in TryInlineGlobalFiniteBuiltin() local
841 bool firstParam = skipThis ? 1 : 0; in TryInlineGlobalNanBuiltin() local
861 bool firstParam = skipThis ? 1 : 0; in TryInlineMathImulBuiltin() local
[all …]
/arkcompiler/ets_frontend/es2panda/ir/base/
DscriptFunction.h58 auto *firstParam = params_.front(); in ScriptFunction() local
/arkcompiler/runtime_core/static_core/libpandafile/
Ddebug_info_extractor.cpp190 bool firstParam = true; in EnumerateParameters() local