/external/v8/src/profiler/ |
D | profiler-listener.cc | 38 rec->instruction_start = code->InstructionStart(); in CodeCreateEvent() 51 rec->instruction_start = code->InstructionStart(); in CodeCreateEvent() 65 rec->instruction_start = code->InstructionStart(); in CodeCreateEvent() 98 rec->instruction_start = abstract_code->InstructionStart(); in CodeCreateEvent() 243 rec->instruction_start = code->InstructionStart(); in RegExpCodeCreateEvent() 256 rec->from_instruction_start = from.InstructionStart(); in CodeMoveEvent() 257 rec->to_instruction_start = to.InstructionStart(); in CodeMoveEvent() 265 rec->instruction_start = code->InstructionStart(); in CodeDisableOptEvent() 278 rec->instruction_start = code->InstructionStart(); in CodeDeoptEvent()
|
D | cpu-profiler.cc | 376 rec->instruction_start = code.InstructionStart(); in LogBuiltins()
|
/external/v8/src/logging/ |
D | log.cc | 339 WriteLogRecordedBuffer(static_cast<uintptr_t>(code->InstructionStart()), in LogRecordedBuffer() 393 static_cast<uintptr_t>(code->InstructionStart()); in CodeCreateEvent() 413 static_cast<uintptr_t>(code->InstructionStart()); in CodeCreateEvent() 433 static_cast<uintptr_t>(code->InstructionStart()); in CodeCreateEvent() 457 static_cast<uintptr_t>(code->InstructionStart()); in CodeCreateEvent() 479 static_cast<uintptr_t>(code->InstructionStart()); in RegExpCodeCreateEvent() 495 static_cast<uintptr_t>(from.InstructionStart()); in CodeMoveEvent() 496 code_event.code_start_address = static_cast<uintptr_t>(to.InstructionStart()); in CodeMoveEvent() 610 event.code_address = code->InstructionStart(); in LogRecordedBuffer() 614 LogWriteBytes(reinterpret_cast<const char*>(code->InstructionStart()), in LogRecordedBuffer() [all …]
|
/external/v8/src/diagnostics/ |
D | perf-jit.cc | 234 uint8_t* code_pointer = reinterpret_cast<uint8_t*>(code->InstructionStart()); in LogRecordedBuffer() 351 debug_info.address_ = code->InstructionStart(); in LogWriteDebugInfo() 370 Address code_start = code->InstructionStart(); in LogWriteDebugInfo()
|
D | objects-debug.cc | 958 IsAligned(InstructionStart(), kCodeAlignment)); in CodeVerify()
|
D | gdb-jit.cc | 916 return static_cast<uintptr_t>(code_.InstructionStart()); in CodeStart()
|
/external/v8/src/codegen/ |
D | code-reference.cc | 21 Address instruction_start() const { return code->InstructionStart(); } in instruction_start()
|
D | safepoint-table.cc | 19 : SafepointTable(code.InstructionStart(), code.SafepointTableAddress(), in SafepointTable()
|
D | reloc-info.cc | 518 CHECK(target >= code.InstructionStart()); in Verify()
|
/external/v8/src/execution/ |
D | execution.cc | 361 JSEntryFunction::FromAddress(isolate, code->InstructionStart()); in Invoke() 380 JSEntryFunction::FromAddress(isolate, code->InstructionStart()); in Invoke() 526 WasmEntryStub::FromAddress(isolate, wrapper_code->InstructionStart()); in CallWasm()
|
D | frames.cc | 504 DCHECK_GE(pc(), result.InstructionStart()); in LookupCode() 515 static_cast<unsigned>(old_pc - holder.InstructionStart()); in IteratePc() 520 Address pc = holder.InstructionStart() + pc_offset; in IteratePc() 876 int code_offset = static_cast<int>(pc() - code.InstructionStart()); in position() 1076 int pc_offset = static_cast<int>(pc() - code.InstructionStart()); in LookupExceptionHandlerInTable() 1144 int offset = static_cast<int>(pc() - code.InstructionStart()); in Summarize() 1231 code_offset = static_cast<int>(frame->pc() - code.InstructionStart()); in PrintTop() 1601 int pc_offset = static_cast<int>(pc() - code.InstructionStart()); in LookupExceptionHandlerInTable()
|
D | isolate.cc | 754 static_cast<int>(exit_frame->pc() - code->InstructionStart()); in AppendBuiltinExitFrame() 1741 return FoundHandler(Context(), code.InstructionStart(), in ThrowInternal() 1752 Address instruction_start = code.InstructionStart(); in ThrowInternal() 1830 return FoundHandler(Context(), code.InstructionStart(), offset, in ThrowInternal() 1857 return FoundHandler(Context(), code.InstructionStart(), offset, in ThrowInternal() 1890 return FoundHandler(context, code.InstructionStart(), 0, in ThrowInternal() 1912 return FoundHandler(Context(), code.InstructionStart(), 0, in ThrowInternal()
|
/external/v8/src/interpreter/ |
D | interpreter.cc | 113 dispatch_table_[index] = handler.InstructionStart(); in SetBytecodeHandler() 326 interpreter_entry_trampoline_instruction_start_ = code->InstructionStart(); in Initialize()
|
/external/v8/src/objects/ |
D | code-inl.h | 82 Address AbstractCode::InstructionStart() { in InstructionStart() function 84 return GetCode().InstructionStart(); in InstructionStart() 242 Address Code::InstructionStart() const { in InstructionStart() function
|
D | code.h | 144 inline Address InstructionStart() const; 549 inline Address InstructionStart();
|
D | code.cc | 231 Address code_start_address = InstructionStart(); in CanDeoptAt() 708 DisassembleCodeRange(isolate, os, *this, InstructionStart(), code_size, in Disassemble() 766 os << reinterpret_cast<const void*>(InstructionStart() + pc_offset) in Disassemble()
|
/external/v8/src/deoptimizer/ |
D | deoptimizer.cc | 1214 static_cast<intptr_t>(dispatch_builtin.InstructionStart()), in DoComputeInterpretedFrame() 1219 static_cast<intptr_t>(dispatch_builtin.InstructionStart())); in DoComputeInterpretedFrame() 1244 static_cast<intptr_t>(continuation.InstructionStart())); in DoComputeInterpretedFrame() 1400 adaptor_trampoline.InstructionStart() + in DoComputeArgumentsAdaptorFrame() 1535 Address start = construct_stub.InstructionStart(); in DoComputeConstructStubFrame() 1577 static_cast<intptr_t>(continuation.InstructionStart())); in DoComputeConstructStubFrame() 1946 static_cast<intptr_t>(continue_to_builtin.InstructionStart()), in DoComputeBuiltinContinuation() 1951 static_cast<intptr_t>(continue_to_builtin.InstructionStart())); in DoComputeBuiltinContinuation() 1957 static_cast<intptr_t>(continuation.InstructionStart())); in DoComputeBuiltinContinuation() 2466 CHECK(code.InstructionStart() <= pc && pc <= code.InstructionEnd()); in GetDeoptInfo()
|
/external/v8/src/ic/ |
D | ic.cc | 140 static_cast<int>(frame->pc() - function.code().InstructionStart()); in TraceIC()
|
/external/v8/src/api/ |
D | api.cc | 9035 reinterpret_cast<const void*>(js_entry.InstructionStart()); in GetJSEntryStubs()
|