Home
last modified time | relevance | path

Searched refs:FitsInIdx8Operand (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-array-builder.cc291 if (FitsInIdx8Operand(entry)) { in LoadLiteral()
396 if (FitsInIdx8Operand(name_index) && FitsInIdx8Operand(feedback_slot)) { in LoadGlobal()
414 if (FitsInIdx8Operand(name_index) && FitsInIdx8Operand(feedback_slot)) { in StoreGlobal()
431 if (FitsInIdx8Operand(slot_index)) { in LoadContextSlot()
447 if (FitsInIdx8Operand(slot_index)) { in StoreContextSlot()
466 if (FitsInIdx8Operand(name_index)) { in LoadLookupSlot()
482 if (FitsInIdx8Operand(name_index)) { in StoreLookupSlot()
499 if (FitsInIdx8Operand(name_index) && FitsInIdx8Operand(feedback_slot)) { in LoadNamedProperty()
517 if (FitsInIdx8Operand(feedback_slot)) { in LoadKeyedProperty()
534 if (FitsInIdx8Operand(name_index) && FitsInIdx8Operand(feedback_slot)) { in StoreNamedProperty()
[all …]
Dbytecode-array-builder.h260 static bool FitsInIdx8Operand(int value);
261 static bool FitsInIdx8Operand(size_t value);