Home
last modified time | relevance | path

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

123456

/arkcompiler/ets_runtime/common_components/heap/allocator/
Dfree_region_manager.h49 // try as hard as we can to take free regions for allocation. in TakeRegion()
64 tryDirtyTree = false; // once we fail to take units, stop trying. in TakeRegion()
83 tryReleasedTree = false; // once we fail to take units, stop trying. in TakeRegion()
/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.ets17 desc: A rest parameter allows to make a function or method that take an unbounded
DBadTypeError.ets17 desc: A rest parameter allows to make a function or method that take an unbounded
DRestParamsTest_CallNoArgs.ets17 desc: A rest parameter allows to make a function or method that take an unbounded
DRestParamsTest_PassObjectLiteral_0.ets17 desc: A rest parameter allows to make a function or method that take an unbounded
DRestParamsTest_PassSingleArg.ets17 desc: A rest parameter allows to make a function or method that take an unbounded
DRestParamsTest_PassEmptyObjectLiteral.ets17 desc: A rest parameter allows to make a function or method that take an unbounded
DRestParamsTest_PassTwoArgs.ets17 desc: A rest parameter allows to make a function or method that take an unbounded
DRestParamsTest_PassObjectLiteralArrayAndSpread.ets17 desc: A rest parameter allows to make a function or method that take an unbounded
DRestParamsTest_PassObjectLiteral_2.ets17 desc: A rest parameter allows to make a function or method that take an unbounded
DRestParamsTest_PassLambdas_1.ets17 desc: A rest parameter allows to make a function or method that take an unbounded
DRestParamsTest_CallBaseMethod.ets17 desc: A rest parameter allows to make a function or method that take an unbounded
DRestParamsTest_PassLambdas_0.ets17 desc: A rest parameter allows to make a function or method that take an unbounded
DIssue14187.ets17 desc: A rest parameter allows to make a function or method that take an unbounded
DRestParamsTest_PassInterfaceArgs.ets17 desc: A rest parameter allows to make a function or method that take an unbounded
DRestParamsTest_CheckShadowing.ets17 desc: A rest parameter allows to make a function or method that take an unbounded
DRestParamsTest_PassInterfaceArgsAndSpread_1.ets17 desc: A rest parameter allows to make a function or method that take an unbounded
DRestParamsTest_PassObjectLiteral_1.ets17 desc: A rest parameter allows to make a function or method that take an unbounded
DRestParamsTest_PassLambdasArrayAndSpread.ets17 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.ets19 A rest parameter allows to make a function or method that take an unbounded
Drest_parameter_neg.ets19 A rest parameter allows to make a function or method that take an unbounded
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat_interface/
Dtest_escompat_interface.ts27 // Invoke method with escompat interface as parameter in ets, but take TS object as argument
/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/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.

123456