Searched refs:Int32GreaterThanOrEqual (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/interpreter/ |
D | interpreter-intrinsics.cc | 118 return __ Int32GreaterThanOrEqual(instance_type, __ Int32Constant(type)); in CompareInstanceType()
|
D | interpreter-assembler.cc | 491 Int32GreaterThanOrEqual(new_budget.value(), Int32Constant(0)); in UpdateInterruptBudget()
|
/external/v8/src/compiler/ |
D | code-assembler.h | 50 V(Int32GreaterThanOrEqual) \
|
D | raw-machine-assembler.h | 286 Node* Int32GreaterThanOrEqual(Node* a, Node* b) { in Int32GreaterThanOrEqual() function
|
/external/v8/src/ |
D | code-stub-assembler.cc | 563 Assert(Int32GreaterThanOrEqual(LoadMapInstanceType(map), in LoadMapInobjectProperties() 2117 GotoIf(Int32GreaterThanOrEqual(index, SmiToWord32(length)), if_not_found); in TryLookupElement() 2128 GotoIf(Int32GreaterThanOrEqual(index, SmiToWord32(length)), if_not_found); in TryLookupElement() 2436 GotoIf(Int32GreaterThanOrEqual(index, length), if_miss); in HandlePolymorphicCase()
|
D | code-stubs.cc | 4319 assembler->Int32GreaterThanOrEqual( in Generate()
|
D | builtins.cc | 6076 a->Int32GreaterThanOrEqual(index_word, array_length_word)), in ValidateAtomicIndex()
|
/external/v8/test/unittests/compiler/mips/ |
D | instruction-selector-mips-unittest.cc | 203 {{&RawMachineAssembler::Int32GreaterThanOrEqual, "Int32GreaterThanOrEqual",
|
/external/v8/test/unittests/compiler/mips64/ |
D | instruction-selector-mips64-unittest.cc | 215 {{&RawMachineAssembler::Int32GreaterThanOrEqual, "Int32GreaterThanOrEqual",
|