Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandafile/
H A Ddebug_info_extractor.cpp190 bool firstParam = true; in EnumerateParameters() local
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DscriptFunction.h58 auto *firstParam = params_.front(); in ScriptFunction() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnative_inline_lowering.cpp653 auto firstParam = skipThis ? 1 : 0; in TryInlineNumberParseFloat() local
671 auto firstParam = skipThis ? 1 : 0; in TryInlineNumberParseInt() local
717 bool firstParam = skipThis ? 1 : 0; in TryInlineBigIntAsIntN() local
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...]

Completed in 4 milliseconds