Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnative_inline_lowering.cpp653 auto firstParam = skipThis ? 1 : 0; in TryInlineNumberParseFloat() local
654 auto func = acc_.GetValueIn(gate, argc + firstParam); in TryInlineNumberParseFloat()
655 auto arg = acc_.GetValueIn(gate, firstParam); in TryInlineNumberParseFloat()
671 auto firstParam = skipThis ? 1 : 0; in TryInlineNumberParseInt() local
672 auto func = acc_.GetValueIn(gate, argc + firstParam); in TryInlineNumberParseInt()
673 auto arg = acc_.GetValueIn(gate, firstParam); in TryInlineNumberParseInt()
676 radix = acc_.GetValueIn(gate, firstParam + 1); in TryInlineNumberParseInt()
717 bool firstParam = skipThis ? 1 : 0; in TryInlineBigIntAsIntN() local
722 builder_.CallTargetCheck(gate, acc_.GetValueIn(gate, argc + firstParam), in TryInlineBigIntAsIntN()
728 GateRef bits = acc_.GetValueIn(gate, firstParam); in TryInlineBigIntAsIntN()
764 bool firstParam = skipThis ? 1 : 0; TryInlineMathUnaryBuiltin() local
786 bool firstParam = skipThis ? 1 : 0; TryInlineWhitoutParamBuiltin() local
803 bool firstParam = skipThis ? 1 : 0; TryInlineMathAbsBuiltin() local
825 bool firstParam = skipThis ? 1 : 0; TryInlineMathClz32Builtin() local
846 bool firstParam = skipThis ? 1 : 0; TryInlineGlobalFiniteBuiltin() local
866 bool firstParam = skipThis ? 1 : 0; TryInlineGlobalNanBuiltin() local
886 bool firstParam = skipThis ? 1 : 0; TryInlineMathImulBuiltin() local
908 bool firstParam = skipThis ? 1 : 0; TryInlineMathBinaryBuiltin() local
930 bool firstParam = skipThis ? 1 : 0; TryInlineMathMinMaxBuiltin() local
1092 bool firstParam = skipThis ? 1 : 0; TryInlineBigIntConstructor() local
1120 bool firstParam = 1; TryInlineDateGetTime() local
1142 size_t firstParam = skipThis ? 1 : 0; TryInlineObjectIs() local
1166 size_t firstParam = skipThis ? 1 : 0; TryInlineObjectGetPrototypeOf() local
1208 size_t firstParam = skipThis ? 1 : 0; TryInlineObjectCreate() local
1275 size_t firstParam = skipThis ? 1 : 0; TryInlineReflectGetPrototypeOf() local
1297 size_t firstParam = skipThis ? 1 : 0; TryInlineReflectGet() local
1324 size_t firstParam = skipThis ? 1 : 0; TryInlineReflectHas() local
1348 size_t firstParam = skipThis ? 1 : 0; TryInlineReflectConstruct() local
1384 size_t firstParam = skipThis ? 1 : 0; TryInlineReflectApply() local
[all...]
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DscriptFunction.h58 auto *firstParam = params_.front(); in ScriptFunction() local
59 if (firstParam->IsIdentifier() && firstParam->AsIdentifier()->Name().Is(THIS_PARAM)) { in ScriptFunction()
60 thisParam_ = firstParam; in ScriptFunction()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Ddebug_info_extractor.cpp190 bool firstParam = true; in EnumerateParameters() local
197 if (firstParam && !mda.IsStatic()) { in EnumerateParameters()
208 firstParam = false; in EnumerateParameters()

Completed in 4 milliseconds