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

  /art/runtime/
instrumentation.h 47 kMainHandlerTable = 0, // Main handler table: no suspend check, no instrumentation.
352 interpreter_handler_table_ = IsActive() ? kAlternativeHandlerTable : kMainHandlerTable;
instrumentation.cc 71 interpreter_handler_table_(kMainHandlerTable),
    [all...]
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc     [all...]

Completed in 68 milliseconds