Home | Sort by relevance Sort by last modified time |
/external/v8/src/ | |
ast.h | 686 int OsrEntryId() const { return osr_entry_id_; } 697 osr_entry_id_(GetNextId(isolate)) { 707 int osr_entry_id_; member in class:v8::internal::IterationStatement [all...] |
/external/chromium_org/v8/src/ | |
ast.h | 733 BailoutId OsrEntryId() const { return osr_entry_id_; } 744 osr_entry_id_(GetNextId(isolate)) { 755 const BailoutId osr_entry_id_; member in class:v8::internal::IterationStatement [all...] |