Home
last modified time | relevance | path

Searched refs:intptr_index (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.cc496 TNode<IntPtrT> intptr_index = TryToIntptr( in HandleLoadICSmiHandlerCase() local
498 var_intptr_index = intptr_index; in HandleLoadICSmiHandlerCase()
2289 TNode<IntPtrT> intptr_index, TNode<BoolT> is_jsarray_condition, in EmitFastElementsBoundsCheck()
2305 GotoIfNot(UintPtrLessThan(intptr_index, var_length.value()), miss); in EmitFastElementsBoundsCheck()
2310 TNode<IntPtrT> intptr_index, TNode<BoolT> is_jsarray_condition, in EmitElementLoad()
2324 EmitFastElementsBoundsCheck(CAST(object), elements, intptr_index, in EmitElementLoad() local
2356 : UnsafeLoadFixedArrayElement(CAST(elements), intptr_index)); in EmitElementLoad()
2363 UnsafeLoadFixedArrayElement(CAST(elements), intptr_index); in EmitElementLoad()
2376 LoadFixedDoubleArrayElement(CAST(elements), intptr_index); in EmitElementLoad()
2385 LoadFixedDoubleArrayElement(CAST(elements), intptr_index, if_hol in EmitElementLoad()
2287 EmitFastElementsBoundsCheck( TNode<JSObject> object, TNode<FixedArrayBase> elements, TNode<IntPtrT> intptr_index, TNode<BoolT> is_jsarray_condition, Label* miss) EmitFastElementsBoundsCheck() argument
2308 EmitElementLoad( TNode<HeapObject> object, TNode<Word32T> elements_kind, TNode<IntPtrT> intptr_index, TNode<BoolT> is_jsarray_condition, Label* if_hole, Label* rebox_double, TVariable<Float64T>* var_double_value, Label* unimplemented_elements_kind, Label* out_of_bounds, Label* miss, ExitPoint* exit_point, LoadAccessMode access_mode) EmitElementLoad() argument
[all...]
H A Daccessor-assembler.h516 TNode<IntPtrT> intptr_index,
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc8618 TNode<NumberDictionary> dictionary, TNode<IntPtrT> intptr_index,
8627 TNode<UintPtrT> hash = ChangeUint32ToWord(ComputeSeededHash(intptr_index));
8628 TNode<Float64T> key_as_float64 = RoundIntPtrToFloat64(intptr_index);
8655 Branch(WordEqual(current_value, intptr_index), if_found, &next_probe);
8678 TNode<NumberDictionary> dictionary, TNode<IntPtrT> intptr_index,
8682 NumberDictionaryLookup(dictionary, intptr_index, &if_found, &var_entry,
9923 TNode<IntPtrT> intptr_index, Label* if_found, Label* if_absent,
10017 GotoIfNot(UintPtrLessThan(intptr_index, length), &if_oob);
10019 TNode<Object> element = UnsafeLoadFixedArrayElement(elements, intptr_index);
10028 GotoIfNot(UintPtrLessThan(intptr_index, lengt
[all...]
H A Dcode-stub-assembler.h3156 TNode<IntPtrT> intptr_index, Label* if_found,
3161 TNode<NumberDictionary> dictionary, TNode<IntPtrT> intptr_index,
3319 TNode<IntPtrT> intptr_index, Label* if_found,

Completed in 25 milliseconds