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

  /external/v8/src/x64/
deoptimizer-x64.cc 43 pointer = code->instruction_start();
52 CodePatcher osr_patcher(isolate, code->instruction_start() + osr_offset,
64 Address instruction_start = code->instruction_start(); local
76 Address call_address = instruction_start + deopt_data->Pc(i)->value();
  /external/v8/src/profiler/
profile-generator.h 49 Address instruction_start = NULL);
98 Address instruction_start() const { return instruction_start_; } function in class:v8::internal::CodeEntry

Completed in 66 milliseconds