Home
last modified time | relevance | path

Searched refs:Int32GreaterThanOrEqual (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/interpreter/
Dinterpreter-intrinsics.cc118 return __ Int32GreaterThanOrEqual(instance_type, __ Int32Constant(type)); in CompareInstanceType()
Dinterpreter-assembler.cc491 Int32GreaterThanOrEqual(new_budget.value(), Int32Constant(0)); in UpdateInterruptBudget()
/external/v8/src/compiler/
Dcode-assembler.h50 V(Int32GreaterThanOrEqual) \
Draw-machine-assembler.h286 Node* Int32GreaterThanOrEqual(Node* a, Node* b) { in Int32GreaterThanOrEqual() function
/external/v8/src/
Dcode-stub-assembler.cc563 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()
Dcode-stubs.cc4319 assembler->Int32GreaterThanOrEqual( in Generate()
Dbuiltins.cc6076 a->Int32GreaterThanOrEqual(index_word, array_length_word)), in ValidateAtomicIndex()
/external/v8/test/unittests/compiler/mips/
Dinstruction-selector-mips-unittest.cc203 {{&RawMachineAssembler::Int32GreaterThanOrEqual, "Int32GreaterThanOrEqual",
/external/v8/test/unittests/compiler/mips64/
Dinstruction-selector-mips64-unittest.cc215 {{&RawMachineAssembler::Int32GreaterThanOrEqual, "Int32GreaterThanOrEqual",