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

  /external/v8/src/builtins/
builtins-number-gen.cc 421 Node* right_instance_type = LoadMapInstanceType(right_map); local
422 GotoIf(IsStringInstanceType(right_instance_type),
424 GotoIf(IsBigIntInstanceType(right_instance_type), &do_bigint_add);
425 ConvertAndLoop(&var_right, right_instance_type, &loop, context);
476 Node* right_instance_type = LoadMapInstanceType(right_map); local
477 GotoIf(IsStringInstanceType(right_instance_type),
479 GotoIf(IsBigIntInstanceType(right_instance_type), &do_bigint_add);
481 ConvertAndLoop(&var_right, right_instance_type, &loop, context);
491 Node* right_instance_type = LoadMapInstanceType(right_map); local
492 GotoIf(IsStringInstanceType(right_instance_type),
    [all...]
  /external/v8/src/
code-stub-assembler.cc     [all...]
code-stub-assembler.h     [all...]

Completed in 237 milliseconds