Searched defs:fixed_slot_index (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/crankshaft/
H A Dlithium.h115 DCHECK(this->fixed_slot_index() == index);
231 // [fixed_slot_index]: Only for FIXED_SLOT.
232 int fixed_slot_index() const { function in class:v8::internal::LUnallocated
/external/v8/src/compiler/
H A Dinstruction.h210 DCHECK(this->fixed_slot_index() == index);
288 // [fixed_slot_index]: Only for FIXED_SLOT.
289 int fixed_slot_index() const { function in class:v8::internal::compiler::UnallocatedOperand

Completed in 326 milliseconds