Home
last modified time | relevance | path

Searched defs:instruction_size (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/compiler-rt/lib/interception/
Dinterception_win.cpp619 size_t instruction_size = GetInstructionSize(address + cursor); in RoundUpToInstrBoundary() local
631 size_t instruction_size = GetInstructionSize(from + cursor, &rel_offset); in CopyInstructions() local
728 size_t instruction_size = GetInstructionSize(old_func); in OverrideFunctionWithHotPatch() local
/external/compiler-rt/lib/interception/
Dinterception_win.cc555 size_t instruction_size = GetInstructionSize(address + cursor); in RoundUpToInstrBoundary() local
642 size_t instruction_size = GetInstructionSize(old_func); in OverrideFunctionWithHotPatch() local
/external/freetype/src/sfnt/
Dsfwoff2.c961 FT_UShort instruction_size = 0; in reconstruct_glyf() local
1042 FT_UShort instruction_size; in reconstruct_glyf() local
/external/swiftshader/third_party/subzero/src/
DIceAssemblerX86BaseImpl.h3967 intptr_t instruction_size) { in emitLabel()