Home
last modified time | relevance | path

Searched full:take (Results 1 – 25 of 107) sorted by relevance

12345

/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dweighted_adaptive_tlab_average.h104 float lowerSumBorder_; // Min value that sum may take
105 float upperSumBorder_; // Max value that sum may take
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/04.Names_Declarations_and_Scopes/4.8.Function_Declarations/4.8.5.Rest_Parameter/
DIssue14111.sts17 desc: A rest parameter allows to make a function or method that take an unbounded
DBadTypeError.sts17 desc: A rest parameter allows to make a function or method that take an unbounded
DRestParamsTest_CallNoArgs.sts17 desc: A rest parameter allows to make a function or method that take an unbounded
DRestParamsTest_PassObjectLiteral_0.sts17 desc: A rest parameter allows to make a function or method that take an unbounded
DRestParamsTest_PassTwoArgs.sts17 desc: A rest parameter allows to make a function or method that take an unbounded
DRestParamsTest_PassEmptyObjectLiteral.sts17 desc: A rest parameter allows to make a function or method that take an unbounded
DRestParamsTest_PassSingleArg.sts17 desc: A rest parameter allows to make a function or method that take an unbounded
DRestParamsTest_PassObjectLiteralArrayAndSpread.sts17 desc: A rest parameter allows to make a function or method that take an unbounded
DRestParamsTest_PassObjectLiteral_2.sts17 desc: A rest parameter allows to make a function or method that take an unbounded
DIssue14187.sts17 desc: A rest parameter allows to make a function or method that take an unbounded
DRestParamsTest_PassLambdas_0.sts17 desc: A rest parameter allows to make a function or method that take an unbounded
DRestParamsTest_PassInterfaceArgs.sts17 desc: A rest parameter allows to make a function or method that take an unbounded
DRestParamsTest_CheckShadowing.sts17 desc: A rest parameter allows to make a function or method that take an unbounded
DRestParamsTest_CallBaseMethod.sts17 desc: A rest parameter allows to make a function or method that take an unbounded
DRestParamsTest_PassLambdas_1.sts17 desc: A rest parameter allows to make a function or method that take an unbounded
DRestParamsTest_PassObjectLiteral_1.sts17 desc: A rest parameter allows to make a function or method that take an unbounded
DRestParamsTest_PassLambdasArrayAndSpread.sts17 desc: A rest parameter allows to make a function or method that take an unbounded
DRestParamsTest_PassInterfaceArgsAndSpread_1.sts17 desc: A rest parameter allows to make a function or method that take an unbounded
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/
Drest_parameter_neg.sts19 A rest parameter allows to make a function or method that take an unbounded
Drest_parameter.sts19 A rest parameter allows to make a function or method that take an unbounded
/arkcompiler/runtime_core/static_core/docs/
Drationale-for-bytecode.md10 Before discussing bytecode per se, let's take a look at an over-simplified picture of a real
133 Let's take a closer look at `adda arg1, arg2`. Assume that arguments map to virtual registers on
223 bytecode verifiers take the responsibility to control this invariant.
/arkcompiler/runtime_core/docs/
Drationale-for-bytecode.md10 Before discussing bytecode per se, let's take a look at an over-simplified picture of a real
133 Let's take a closer look at `adda arg1, arg2`. Assume that arguments map to virtual registers on
223 bytecode verifiers take the responsibility to control this invariant.
/arkcompiler/runtime_core/static_core/plugins/ets/doc/cookbook/
Dsummary.rst265 In other words, we are to take one of the following approaches:
275 The languages that take the first approach are said to support structural
276 typing. The languages that take the second approach do not support structural
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_optimize_common.cpp46 * because a register instead of label. So we don't take it as a branching instruction.

12345