OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RetryAfterGC
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
objects-inl.h
1035
Failure* Failure::
RetryAfterGC
() {
1036
return
RetryAfterGC
(NEW_SPACE);
1040
Failure* Failure::
RetryAfterGC
(AllocationSpace space) {
[
all
...]
/external/chromium_org/v8/src/
objects-inl.h
1103
Failure* Failure::
RetryAfterGC
() {
1104
return
RetryAfterGC
(NEW_SPACE);
1108
Failure* Failure::
RetryAfterGC
(AllocationSpace space) {
[
all
...]
Completed in 49 milliseconds