Searched refs:GetUInt32Slot (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Ddeoptimizer.cc3050 uint32_t TranslatedState::GetUInt32Slot(Address fp, int slot_offset) { function in class:v8::TranslatedState
3450 uint32_t value = GetUInt32Slot(fp, slot_offset);
3462 uint32_t value = GetUInt32Slot(fp, slot_offset);
3473 uint32_t value = GetUInt32Slot(fp, slot_offset);
H A Ddeoptimizer.h297 static uint32_t GetUInt32Slot(Address fp, int slot_index);

Completed in 105 milliseconds