Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libunwindstack/tests/
H A DMemoryOfflineBufferTest.cpp50 static void VerifyBuffer(uint8_t* buffer, size_t start_value, size_t length) { in VerifyBuffer()
/aosp12/art/compiler/optimizing/
H A Dnodes_x86.h94 HX86PackedSwitch(int32_t start_value, in HX86PackedSwitch()
H A Ddead_code_elimination.cc64 int32_t start_value = switch_instruction->GetStartValue(); in MarkReachableBlocks() local