OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:next_slot
(Results
1 - 4
of
4
) sorted by null
/art/compiler/dex/quick/
local_optimizations.cc
366
int
next_slot
= 0;
local
399
prev_inst_list[
next_slot
++] = check_lir;
414
prev_inst_list[
next_slot
++] = check_lir;
415
if (
next_slot
== MAX_HOIST_DISTANCE) {
431
if (stop_here == false &&
next_slot
< MAX_HOIST_DISTANCE) {
432
prev_inst_list[
next_slot
++] = head_lir;
439
if (
next_slot
>= 2) {
440
int first_slot =
next_slot
- 2;
442
LIR* dep_lir = prev_inst_list[
next_slot
-1];
/external/v8/src/heap/
objects-visiting.cc
210
Object**
next_slot
=
local
212
collector->RecordSlot(
next_slot
,
next_slot
, retained);
/external/linux-tools-perf/src/tools/perf/util/
symbol.c
1038
bool
next_slot
= false;
local
1052
next_slot
= true;
1057
next_slot
= true;
1060
if (
next_slot
) {
[
all
...]
/external/mesa3d/src/mapi/mapi/
mapi_abi.py
223
next_slot
= 0
238
slot =
next_slot
239
next_slot
+= 1
Completed in 90 milliseconds