Searched refs:NextOffset (Results 1 – 6 of 6) sorted by relevance
31 size_t tell() const { return NextOffset; } in tell()35 size_t Offset = NextOffset; in allocateCallback()36 NextOffset += Size; in allocateCallback()76 size_t NextOffset = 0; member in __anon39eafd510111::BlobAllocator111 assert(OS.tell() == BeginOffset + NextOffset && in writeTo()
46 size_t NextOffset = in operator []() local48 return StringRef(Buffer.data() + Offset, NextOffset - Offset - 1); in operator []()
151 uint32_t NextOffset = I != E ? I->Offset : Export.Offset + 1; in addCoffExportSymbols() local153 uint64_t SymbolSize = NextOffset - Export.Offset; in addCoffExportSymbols()
103 static size_t NextOffset(size_t* offset) { in NextOffset() function in v8::internal::compiler::IA32OperandConverter123 Register base = InputRegister(NextOffset(offset)); in MemoryOperand()128 Register base = InputRegister(NextOffset(offset)); in MemoryOperand()129 Constant ctant = ToConstant(instr_->InputAt(NextOffset(offset))); in MemoryOperand()136 Register base = InputRegister(NextOffset(offset)); in MemoryOperand()137 Register index = InputRegister(NextOffset(offset)); in MemoryOperand()146 Register base = InputRegister(NextOffset(offset)); in MemoryOperand()147 Register index = InputRegister(NextOffset(offset)); in MemoryOperand()149 Constant ctant = ToConstant(instr_->InputAt(NextOffset(offset))); in MemoryOperand()156 Register index = InputRegister(NextOffset(offset)); in MemoryOperand()[all …]
76 static size_t NextOffset(size_t* offset) { in NextOffset() function in v8::internal::compiler::X64OperandConverter96 Register base = InputRegister(NextOffset(offset)); in MemoryOperand()101 Register base = InputRegister(NextOffset(offset)); in MemoryOperand()102 int32_t disp = InputInt32(NextOffset(offset)); in MemoryOperand()109 Register base = InputRegister(NextOffset(offset)); in MemoryOperand()110 Register index = InputRegister(NextOffset(offset)); in MemoryOperand()119 Register base = InputRegister(NextOffset(offset)); in MemoryOperand()120 Register index = InputRegister(NextOffset(offset)); in MemoryOperand()122 int32_t disp = InputInt32(NextOffset(offset)); in MemoryOperand()126 Register base = InputRegister(NextOffset(offset)); in MemoryOperand()[all …]
5186 signed NextOffset = FirstOffset.getImm() + 4; in expandLoadStoreDMacro() local5187 MCOperand SecondOffset = MCOperand::createImm(NextOffset); in expandLoadStoreDMacro()5189 if (!isInt<16>(FirstOffset.getImm()) || !isInt<16>(NextOffset)) in expandLoadStoreDMacro()5233 signed NextOffset = FirstOffset.getImm() + 4; in expandStoreDM1Macro() local5234 MCOperand SecondOffset = MCOperand::createImm(NextOffset); in expandStoreDM1Macro()5236 if (!isInt<16>(FirstOffset.getImm()) || !isInt<16>(NextOffset)) in expandStoreDM1Macro()