Home
last modified time | relevance | path

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

/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/swiftshader/third_party/subzero/src/
DIceAssemblerX86BaseImpl.h3967 intptr_t instruction_size) { in emitLabel()
/external/v8/src/
Dobjects-inl.h5269 int AbstractCode::instruction_size() { in instruction_size() function