Home
last modified time | relevance | path

Searched refs:instruction_size (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/compiler-rt/lib/interception/
Dinterception_win.cpp619 size_t instruction_size = GetInstructionSize(address + cursor); in RoundUpToInstrBoundary() local
620 if (!instruction_size) in RoundUpToInstrBoundary()
622 cursor += instruction_size; in RoundUpToInstrBoundary()
631 size_t instruction_size = GetInstructionSize(from + cursor, &rel_offset); in CopyInstructions() local
633 (size_t)instruction_size); in CopyInstructions()
643 cursor += instruction_size; in CopyInstructions()
728 size_t instruction_size = GetInstructionSize(old_func); in OverrideFunctionWithHotPatch() local
729 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 …]
/external/compiler-rt/lib/interception/
Dinterception_win.cc555 size_t instruction_size = GetInstructionSize(address + cursor); in RoundUpToInstrBoundary() local
556 if (!instruction_size) in RoundUpToInstrBoundary()
558 cursor += instruction_size; in RoundUpToInstrBoundary()
642 size_t instruction_size = GetInstructionSize(old_func); in OverrideFunctionWithHotPatch() local
643 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()
/external/freetype/src/sfnt/
Dsfwoff2.c961 FT_UShort instruction_size = 0; in reconstruct_glyf() local
980 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() local
1102 READ_255USHORT( instruction_size ) ) in reconstruct_glyf()
1113 instruction_size; in reconstruct_glyf()
[all …]
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dadded_function_reducer.cpp268 assert(modified_add_function.instruction_size() > 0 && in ReplayAdaptedTransformations()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dadded_function_reducer.cpp268 assert(modified_add_function.instruction_size() > 0 && in ReplayAdaptedTransformations()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dadded_function_reducer.cpp268 assert(modified_add_function.instruction_size() > 0 && in ReplayAdaptedTransformations()
/external/swiftshader/third_party/subzero/src/
DIceAssemblerX86Base.h767 void emitLabel(Label *label, intptr_t instruction_size);
DIceAssemblerX86BaseImpl.h3967 intptr_t instruction_size) { in emitLabel() argument
3971 emitInt32(offset - instruction_size); in emitLabel()