• Home
  • Raw
  • Download

Lines Matching refs:InstructionStart

371   WriteLogRecordedBuffer(static_cast<uintptr_t>(code->InstructionStart()),  in LogRecordedBuffer()
427 static_cast<uintptr_t>(code->InstructionStart()); in CodeCreateEvent()
447 static_cast<uintptr_t>(code->InstructionStart()); in CodeCreateEvent()
467 static_cast<uintptr_t>(code->InstructionStart()); in CodeCreateEvent()
491 static_cast<uintptr_t>(code->InstructionStart()); in CodeCreateEvent()
515 static_cast<uintptr_t>(code->InstructionStart()); in RegExpCodeCreateEvent()
531 static_cast<uintptr_t>(from.InstructionStart()); in CodeMoveEvent()
532 code_event.code_start_address = static_cast<uintptr_t>(to.InstructionStart()); in CodeMoveEvent()
652 event.code_address = code->InstructionStart(); in LogRecordedBuffer()
656 LogWriteBytes(reinterpret_cast<const char*>(code->InstructionStart()), in LogRecordedBuffer()
676 event.from_address = from.InstructionStart(); in CodeMoveEvent()
677 event.to_address = to.InstructionStart(); in CodeMoveEvent()
730 event.code_start = reinterpret_cast<void*>(code->InstructionStart()); in LogRecordedBuffer()
804 event.code_start = reinterpret_cast<void*>(from.InstructionStart()); in CodeMoveEvent()
806 event.new_code_start = reinterpret_cast<void*>(to.InstructionStart()); in CodeMoveEvent()
1196 reinterpret_cast<uint8_t*>(code.InstructionStart()), in AppendCodeCreateHeader()
1232 << reinterpret_cast<void*>(code->InstructionStart()) << Logger::kNext in LogSourceCodeInformation()
1291 << reinterpret_cast<void*>(code->InstructionStart()) << Logger::kNext in LogCodeDisassemble()
1363 msg << kNext << reinterpret_cast<void*>(code.InstructionStart()); in FeedbackVectorEvent()
1462 MoveEventInternal(CodeEventListener::CODE_MOVE_EVENT, from.InstructionStart(), in CodeMoveEvent()
1463 to.InstructionStart()); in CodeMoveEvent()
1492 << reinterpret_cast<void*>(code->InstructionStart()); in ProcessDeoptEvent()