Searched refs:intptr_key (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ |
D | code-stub-assembler.cc | 9472 TNode<IntPtrT> intptr_key, TNode<Object> value, TNode<Context> context, in EmitBigTypedArrayElementStore() argument 9483 TNode<IntPtrT> offset = ElementOffsetFromIndex(intptr_key, BIGINT64_ELEMENTS, in EmitBigTypedArrayElementStore() 9563 TNode<IntPtrT> intptr_key = TryToIntptr(key, bailout); in EmitElementStore() local 9589 GotoIfNot(UintPtrLessThan(intptr_key, length), &done); in EmitElementStore() 9592 GotoIfNot(UintPtrLessThan(intptr_key, length), bailout); in EmitElementStore() 9602 intptr_key, BIGINT64_ELEMENTS, INTPTR_PARAMETERS, 0); in EmitElementStore() 9607 StoreElement(backing_store, elements_kind, intptr_key, value, in EmitElementStore() 9633 length, intptr_key, parameter_mode, in EmitElementStore() 9636 GotoIfNot(UintPtrLessThan(intptr_key, length), bailout); in EmitElementStore() 9649 StoreElement(elements, elements_kind, intptr_key, value, parameter_mode); in EmitElementStore()
|
D | code-stub-assembler.h | 2533 TNode<IntPtrT> intptr_key,
|