Home
last modified time | relevance | path

Searched refs:LookupReturn (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dhandler-table.h89 int LookupReturn(int pc_offset);
Dhandler-table.cc202 int HandlerTable::LookupReturn(int pc_offset) { in LookupReturn() function in v8::internal::HandlerTable
/third_party/node/deps/v8/src/execution/
Dframes.cc1284 return table.LookupReturn(pc_offset); in LookupExceptionHandlerInTable()
1855 return table.LookupReturn(pc_offset); in LookupExceptionHandlerInTable()
2156 return table.LookupReturn(pc_offset); in LookupExceptionHandlerInTable()
Disolate.cc1944 table.LookupReturn(0), code.constant_pool(), in ThrowInternal()
1957 int handler_offset = table.LookupReturn(return_offset); in ThrowInternal()