HomeSort by relevance Sort by last modified time
    Searched refs:FitsInIdx8Operand (Results 1 - 2 of 2) sorted by null

  /external/v8/src/interpreter/
bytecode-array-builder.cc 291 if (FitsInIdx8Operand(entry)) {
396 if (FitsInIdx8Operand(name_index) && FitsInIdx8Operand(feedback_slot)) {
414 if (FitsInIdx8Operand(name_index) && FitsInIdx8Operand(feedback_slot)) {
431 if (FitsInIdx8Operand(slot_index)) {
447 if (FitsInIdx8Operand(slot_index)) {
466 if (FitsInIdx8Operand(name_index)) {
482 if (FitsInIdx8Operand(name_index)) {
499 if (FitsInIdx8Operand(name_index) && FitsInIdx8Operand(feedback_slot))
    [all...]
bytecode-array-builder.h 260 static bool FitsInIdx8Operand(int value);
261 static bool FitsInIdx8Operand(size_t value);

Completed in 32 milliseconds