Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-builder.cc293 } else if (FitsInIdx16Operand(entry)) { in LoadLiteral()
399 } else if (FitsInIdx16Operand(name_index) && in LoadGlobal()
400 FitsInIdx16Operand(feedback_slot)) { in LoadGlobal()
417 } else if (FitsInIdx16Operand(name_index) && in StoreGlobal()
418 FitsInIdx16Operand(feedback_slot)) { in StoreGlobal()
434 } else if (FitsInIdx16Operand(slot_index)) { in LoadContextSlot()
450 } else if (FitsInIdx16Operand(slot_index)) { in StoreContextSlot()
468 } else if (FitsInIdx16Operand(name_index)) { in LoadLookupSlot()
484 } else if (FitsInIdx16Operand(name_index)) { in StoreLookupSlot()
502 } else if (FitsInIdx16Operand(name_index) && in LoadNamedProperty()
[all …]
Dbytecode-array-builder.h263 static bool FitsInIdx16Operand(int value);
264 static bool FitsInIdx16Operand(size_t value);