Home
last modified time | relevance | path

Searched defs:instruction_size (Results 1 – 2 of 2) 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/v8/src/
Dobjects-inl.h5427 int AbstractCode::instruction_size() { in instruction_size() function