Searched refs:instruction_size (Results 1 – 8 of 8) sorted by relevance
619 size_t instruction_size = GetInstructionSize(address + cursor); in RoundUpToInstrBoundary() local620 if (!instruction_size) in RoundUpToInstrBoundary()622 cursor += instruction_size; in RoundUpToInstrBoundary()631 size_t instruction_size = GetInstructionSize(from + cursor, &rel_offset); in CopyInstructions() local633 (size_t)instruction_size); in CopyInstructions()643 cursor += instruction_size; in CopyInstructions()728 size_t instruction_size = GetInstructionSize(old_func); in OverrideFunctionWithHotPatch() local729 if (instruction_size < kShortJumpInstructionLength || in OverrideFunctionWithHotPatch()735 uptr trampoline_length = instruction_size + kDirectBranchLength; in OverrideFunctionWithHotPatch()739 if (!CopyInstructions(trampoline, old_func, instruction_size)) in OverrideFunctionWithHotPatch()[all …]
555 size_t instruction_size = GetInstructionSize(address + cursor); in RoundUpToInstrBoundary() local556 if (!instruction_size) in RoundUpToInstrBoundary()558 cursor += instruction_size; in RoundUpToInstrBoundary()642 size_t instruction_size = GetInstructionSize(old_func); in OverrideFunctionWithHotPatch() local643 if (instruction_size < kShortJumpInstructionLength || in OverrideFunctionWithHotPatch()649 uptr trampoline_length = instruction_size + kDirectBranchLength; in OverrideFunctionWithHotPatch()653 CopyInstructions(trampoline, old_func, instruction_size); in OverrideFunctionWithHotPatch()654 WriteDirectBranch(trampoline + instruction_size, in OverrideFunctionWithHotPatch()655 old_func + instruction_size); in OverrideFunctionWithHotPatch()
961 FT_UShort instruction_size = 0; in reconstruct_glyf() local980 READ_255USHORT( instruction_size ) ) in reconstruct_glyf()985 size_needed = 12 + composite_size + instruction_size; in reconstruct_glyf()1020 WRITE_USHORT( pointer, instruction_size ); in reconstruct_glyf()1024 FT_STREAM_READ( glyph_buf + glyph_size, instruction_size ) ) in reconstruct_glyf()1027 substreams[INSTRUCTION_STREAM].offset += instruction_size; in reconstruct_glyf()1028 glyph_size += instruction_size; in reconstruct_glyf()1042 FT_UShort instruction_size; in reconstruct_glyf() local1102 READ_255USHORT( instruction_size ) ) in reconstruct_glyf()1113 instruction_size; in reconstruct_glyf()[all …]
268 assert(modified_add_function.instruction_size() > 0 && in ReplayAdaptedTransformations()
767 void emitLabel(Label *label, intptr_t instruction_size);
3967 intptr_t instruction_size) { in emitLabel() argument3971 emitInt32(offset - instruction_size); in emitLabel()