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

  /external/chromium_org/v8/src/
code-stubs.cc 746 FunctionEntryHook entry_hook = Isolate::Current()->function_entry_hook(); local
747 ASSERT(entry_hook != NULL);
748 entry_hook(function, stack_pointer);
  /external/chromium_org/v8/src/mips/
code-stubs-mips.cc 7286 int32_t entry_hook = local
    [all...]

Completed in 143 milliseconds