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

  /external/chromium_org/v8/src/
runtime-profiler.cc 182 Code* interrupt_code = NULL; local
184 bool found_code = interrupt_stub.FindCodeInCache(&interrupt_code, isolate_);
190 unoptimized_code, interrupt_code, replacement_code);
compiler.cc 1037 Handle<Code> interrupt_code = interrupt_stub.GetCode(isolate); local
    [all...]

Completed in 55 milliseconds