OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stack_count
(Results
1 - 6
of
6
) sorted by null
/external/autotest/client/site_tests/security_RuntimeExecStack/
security_RuntimeExecStack.py
35
stack_count
= 0
42
stack_count
+= 1
54
if
stack_count
> 0:
/external/mesa3d/src/mesa/program/
register_allocate.c
154
unsigned int
stack_count
;
member in struct:ra_graph
385
g->stack[g->
stack_count
] = i;
386
g->
stack_count
++;
413
while (g->
stack_count
!= 0) {
415
int n = g->stack[g->
stack_count
- 1];
442
g->
stack_count
--;
464
g->stack[g->
stack_count
] = i;
465
g->
stack_count
++;
/external/v8/src/compiler/
instruction.cc
826
size_t locals_count, size_t
stack_count
,
834
stack_count_(
stack_count
),
841
size_t size = 1 + parameters_count() + locals_count() +
stack_count
() +
instruction.h
[
all
...]
instruction-selector.cc
419
DCHECK_EQ(descriptor->
stack_count
(), StateValuesAccess(stack).size());
[
all
...]
/external/v8/test/unittests/compiler/
instruction-selector-unittest.cc
480
EXPECT_EQ(1u, desc_before->
stack_count
());
592
EXPECT_EQ(1u, desc_before_outer->
stack_count
());
607
EXPECT_EQ(2u, desc_before->
stack_count
());
Completed in 664 milliseconds