Home
last modified time | relevance | path

Searched refs:Uint32GreaterThan (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-intl-gen.cc67 GotoIf(Uint32GreaterThan(length, Uint32Constant(kMaxShortStringLength)), in TF_BUILTIN()
Dbuiltins-string-gen.cc374 GotoIf(Uint32GreaterThan(new_length, Uint32Constant(String::kMaxLength)), in StringAdd()
Dbase.tq677 extern operator '>' macro Uint32GreaterThan(uint32, uint32): bool;
/external/v8/src/interpreter/
Dinterpreter-assembler.cc314 Uint32GreaterThan(reg_list.reg_count(), Int32Constant(index))); in RegisterLocationInRegisterList()
/external/v8/src/compiler/
Draw-machine-assembler.h453 Node* Uint32GreaterThan(Node* a, Node* b) { return Uint32LessThan(b, a); } in Uint32GreaterThan() function
Dcode-assembler.h237 V(Uint32GreaterThan, BoolT, Word32T, Word32T) \
/external/v8/src/codegen/
Dcode-stub-assembler.h669 SMI_COMPARISON_OP(SmiAbove, UintPtrGreaterThan, Uint32GreaterThan)