OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gcstate
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/third_party/lua/src/
lgc.h
48
(GCSsweepstring <= (g)->
gcstate
&& (g)->
gcstate
<= GCSsweep)
61
#define keepinvariant(g) (isgenerational(g) || g->
gcstate
<= GCSatomic)
69
check_exp(g->
gcstate
== GCSpropagate || !isgenerational(g), \
70
g->
gcstate
<= GCSatomic)
lgc.c
138
lua_assert(g->
gcstate
!= GCSpause);
501
if (g->
gcstate
== GCSatomic) { /* final traversal? */
932
g->
gcstate
= GCSsweepstring;
1035
switch (g->
gcstate
) {
1041
g->
gcstate
= GCSpropagate;
1053
g->
gcstate
= GCSatomic; /* finish mark phase */
[
all
...]
lstate.c
291
g->
gcstate
= GCSpause;
lstate.h
123
lu_byte
gcstate
; /* state of garbage collector */
member in struct:global_State
lapi.c
1060
if (g->
gcstate
== GCSpause) /* end of cycle? */
/external/chromium_org/v8/test/mjsunit/tools/
tickprocessor.js
409
'
GcState
': [
Completed in 327 milliseconds