Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-sharedarraybuffer.cc149 a->Int32GreaterThanOrEqual(index_word, array_length_word)), in ValidateAtomicIndex()
/external/v8/src/interpreter/
Dinterpreter-intrinsics.cc115 return __ Int32GreaterThanOrEqual(instance_type, __ Int32Constant(type)); in CompareInstanceType()
Dinterpreter-assembler.cc958 Int32GreaterThanOrEqual(new_budget.value(), Int32Constant(0)); in UpdateInterruptBudget()
Dinterpreter.cc2758 Node* condition = __ Int32GreaterThanOrEqual(loop_depth, osr_level); in DoJumpLoop()
/external/v8/src/compiler/
Dcode-assembler.h57 V(Int32GreaterThanOrEqual) \
Draw-machine-assembler.h322 Node* Int32GreaterThanOrEqual(Node* a, Node* b) { in Int32GreaterThanOrEqual() function
/external/v8/src/ic/
Dkeyed-store-generic.cc485 GotoIf(Int32GreaterThanOrEqual( in EmitGenericElementStore()
Daccessor-assembler.cc973 GotoIf(Int32GreaterThanOrEqual( in EmitElementLoad()
/external/v8/src/
Dcode-stub-assembler.cc645 Branch(Int32GreaterThanOrEqual(LoadInstanceType(object), in BranchIfJSReceiver()
654 Branch(Int32GreaterThanOrEqual(LoadInstanceType(object), in BranchIfJSObject()
1092 Int32GreaterThanOrEqual(LoadMapInstanceType(map), in LoadMapInobjectProperties()
2884 return Int32GreaterThanOrEqual(instance_type, in IsJSReceiverInstanceType()
2900 return Int32GreaterThanOrEqual(LoadInstanceType(object), in IsJSObject()
4821 GotoIf(Int32GreaterThanOrEqual(sort_index, nof), if_not_found); in DescriptorLookupBinary()