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.cpp623 auto firstParam = skipThis ? 1 : 0; in TryInlineNumberParseFloat() local
641 auto firstParam = skipThis ? 1 : 0; in TryInlineNumberParseInt() local
688 bool firstParam = skipThis ? 1 : 0; in TryInlineBigIntAsIntN() local
735 bool firstParam = skipThis ? 1 : 0; in TryInlineMathUnaryBuiltin() local
757 bool firstParam = skipThis ? 1 : 0; in TryInlineWhitoutParamBuiltin() local
774 bool firstParam = skipThis ? 1 : 0; in TryInlineMathAbsBuiltin() local
796 bool firstParam = skipThis ? 1 : 0; in TryInlineMathClz32Builtin() local
817 bool firstParam = skipThis ? 1 : 0; in TryInlineGlobalFiniteBuiltin() local
837 bool firstParam = skipThis ? 1 : 0; in TryInlineGlobalNanBuiltin() local
857 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.cpp201 bool firstParam = true; in EnumerateParameters() local