Searched full:take (Results 1 – 25 of 139) sorted by relevance
123456
49 // 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()
104 float lowerSumBorder_; // Min value that sum may take105 float upperSumBorder_; // Max value that sum may take
17 desc: A rest parameter allows to make a function or method that take an unbounded
19 A rest parameter allows to make a function or method that take an unbounded
27 // Invoke method with escompat interface as parameter in ets, but take TS object as argument
265 In other words, we are to take one of the following approaches:275 The languages that take the first approach are said to support structural276 typing. The languages that take the second approach do not support structural
10 Before discussing bytecode per se, let's take a look at an over-simplified picture of a real133 Let's take a closer look at `adda arg1, arg2`. Assume that arguments map to virtual registers on223 bytecode verifiers take the responsibility to control this invariant.