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

/external/v8/src/profiler/
H A Dprofile-generator-inl.h16 JITLineInfoTable* line_info, Address instruction_start)
30 instruction_start_(instruction_start) {}
13 CodeEntry(Logger::LogEventsAndTags tag, const char* name, const char* name_prefix, const char* resource_name, int line_number, int column_number, JITLineInfoTable* line_info, Address instruction_start) argument
H A Dprofile-generator.cc542 JITLineInfoTable* line_info, Address instruction_start) {
545 column_number, line_info, instruction_start);
614 static_cast<int>(sample.pc - pc_entry->instruction_start());
647 static_cast<int>(*stack_pos - (*entry)->instruction_start());
539 NewCodeEntry( Logger::LogEventsAndTags tag, const char* name, const char* name_prefix, const char* resource_name, int line_number, int column_number, JITLineInfoTable* line_info, Address instruction_start) argument
H A Dprofile-generator.h47 Address instruction_start = NULL);
102 Address instruction_start() const { return instruction_start_; } function in class:v8::internal::CodeEntry
332 JITLineInfoTable* line_info = NULL, Address instruction_start = NULL);
/external/v8/src/x64/
H A Ddeoptimizer-x64.cc42 pointer = code->instruction_start();
51 CodePatcher osr_patcher(isolate, code->instruction_start() + osr_offset,
63 Address instruction_start = code->instruction_start(); local
75 Address call_address = instruction_start + deopt_data->Pc(i)->value();

Completed in 106 milliseconds