Searched defs:instruction_start (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/x64/
H A Ddeoptimizer-x64.cc60 Address instruction_start = code->instruction_start(); local
69 Address call_address = instruction_start + deopt_data->Pc(i)->value();
/external/v8/src/x64/
H A Ddeoptimizer-x64.cc68 Address instruction_start = function->code()->instruction_start(); local
77 Address call_address = instruction_start + deopt_data->Pc(i)->value();
435 adaptor_trampoline->instruction_start() +
555 construct_stub->instruction_start() +
703 Address start = non_optimized_code->instruction_start();
/external/v8/src/
H A Dobjects-inl.h4150 byte* Code::instruction_start() { function in class:Code
4156 return instruction_start() + instruction_size();
4187 return instruction_start();
/external/chromium_org/v8/src/
H A Dobjects-inl.h5465 byte* Code::instruction_start() { function in class:v8::Code
5471 return instruction_start() + instruction_size();
5496 return instruction_start();

Completed in 217 milliseconds