HomeSort by relevance Sort by last modified time
    Searched refs:GetNextCandidate (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
mark-compact.h 401 if (GetNextCandidate(shared_info) == NULL) {
409 if (GetNextCandidate(function)->IsUndefined()) {
453 static JSFunction* GetNextCandidate(JSFunction* candidate) {
468 static SharedFunctionInfo* GetNextCandidate(SharedFunctionInfo* candidate) {
mark-compact.cc 1048 next_candidate = GetNextCandidate(candidate);
    [all...]

Completed in 57 milliseconds