Searched refs:InputOffset (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/arm/ |
D | code-generator-arm.cc | 119 MemOperand InputOffset(size_t* first_index) { in InputOffset() function in v8::internal::compiler::ArmOperandConverter 145 MemOperand InputOffset(size_t first_index = 0) { in InputOffset() function in v8::internal::compiler::ArmOperandConverter 146 return InputOffset(&first_index); in InputOffset() 306 __ vldr(result, i.InputOffset(2)); \ 323 __ asm_instr(result, i.InputOffset(2)); \ 338 __ vstr(value, i.InputOffset(3), lo); \ 352 __ asm_instr(value, i.InputOffset(3), lo); \ 884 __ ldrb(i.OutputRegister(), i.InputOffset()); in AssembleArchInstruction() 888 __ ldrsb(i.OutputRegister(), i.InputOffset()); in AssembleArchInstruction() 893 MemOperand operand = i.InputOffset(&index); in AssembleArchInstruction() [all …]
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 3070 uint32_t InputOffset = 0; in patchFrameInfoForObject() local 3076 while (Data.isValidOffset(InputOffset)) { in patchFrameInfoForObject() 3077 uint32_t EntryOffset = InputOffset; in patchFrameInfoForObject() 3078 uint32_t InitialLength = Data.getU32(&InputOffset); in patchFrameInfoForObject() 3082 uint32_t CIEId = Data.getU32(&InputOffset); in patchFrameInfoForObject() 3088 InputOffset += InitialLength - 4; in patchFrameInfoForObject() 3092 uint32_t Loc = Data.getUnsigned(&InputOffset, AddrSize); in patchFrameInfoForObject() 3104 InputOffset = EntryOffset + InitialLength + 4; in patchFrameInfoForObject() 3136 FrameData.substr(InputOffset, FDERemainingBytes)); in patchFrameInfoForObject() 3137 InputOffset += FDERemainingBytes; in patchFrameInfoForObject()
|