Home
last modified time | relevance | path

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

/aosp_15_r20/external/compiler-rt/lib/interception/
H A Dinterception_win.cc555 size_t instruction_size = GetInstructionSize(address + cursor); in RoundUpToInstrBoundary() local
642 size_t instruction_size = GetInstructionSize(old_func); in OverrideFunctionWithHotPatch() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dinstruction.cpp41 static constexpr size_t instruction_size = 8; variable
/aosp_15_r20/external/freetype/src/sfnt/
H A Dsfwoff2.c977 FT_UShort instruction_size = 0; in reconstruct_glyf() local
1061 FT_UShort instruction_size; in reconstruct_glyf() local
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dbytecode_transformation.py1102 def instruction_size(inst) -> int: function
/aosp_15_r20/art/runtime/verifier/
H A Dmethod_verifier.cc1621 uint32_t instruction_size = 0u; in VerifyInstructions() local
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceAssemblerX8664.cpp3334 void AssemblerX8664::emitLabel(Label *label, intptr_t instruction_size) { in emitLabel()
H A DIceAssemblerX8632.cpp3170 void AssemblerX8632::emitLabel(Label *label, intptr_t instruction_size) { in emitLabel()
/aosp_15_r20/art/compiler/utils/x86/
H A Dassembler_x86.cc3960 void X86Assembler::EmitLabel(Label* label, int instruction_size) { in EmitLabel()
/aosp_15_r20/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc5452 void X86_64Assembler::EmitLabel(Label* label, int instruction_size) { in EmitLabel()