Home
last modified time | relevance | path

Searched refs:IntPtrSub (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-internal.cc199 assembler->WordShl(assembler->IntPtrSub(offset, index), in Generate_NewArgumentsElements()
301 Node* length = assembler.IntPtrSub(frame_length, formal_parameter_count); in Generate_NewRestParameterElements()
Dbuiltins-constructor.cc286 IntPtrSub(instance_size, WordShl(ChangeUint32ToWord(unused_fields), in EmitFastNewObject()
306 IntPtrSub(instance_size, WordShl(ChangeUint32ToWord(unused_fields), in EmitFastNewObject()
Dbuiltins-string.cc899 IntPtrSub(string_length, start_position)), in StringIndexOf()
958 Node* search_length = IntPtrSub(string_length, start_position); in StringIndexOf()
969 IntPtrAdd(IntPtrSub(result_address, string_addr), start_position); in StringIndexOf()
/external/v8/src/ic/
Dkeyed-store-generic.cc702 IntPtrMul(IntPtrSub(LoadMapInstanceSize(object_map), in OverwriteExistingFastProperty()
703 IntPtrSub(inobject_properties, field_index)), in OverwriteExistingFastProperty()
730 Node* backing_store_index = IntPtrSub(field_index, inobject_properties); in OverwriteExistingFastProperty()
/external/v8/src/
Dcode-stub-assembler.cc190 value = IntPtrSub(value, IntPtrConstant(1)); in IntPtrRoundUpToPowerOfTwo32()
203 [=] { return WordAnd(value, IntPtrSub(value, IntPtrConstant(1))); }, in WordIsPowerOfTwo()
915 return Load(rep, object, IntPtrSub(offset, IntPtrConstant(kHeapObjectTag))); in LoadObjectField()
1354 return Store(object, IntPtrSub(offset, IntPtrConstant(kHeapObjectTag)), in StoreObjectField()
1371 rep, object, IntPtrSub(offset, IntPtrConstant(kHeapObjectTag)), value); in StoreObjectFieldNoWriteBarrier()
1450 Node* growth = IntPtrSub(args.GetLength(), first); in BuildAppendJSArray()
1886 result_word, IntPtrSub(store_size, IntPtrConstant(kHeapObjectTag))); in AllocateNameDictionary()
1936 IntPtrSub(IntPtrAdd(object, size), IntPtrConstant(kHeapObjectTag)); in InitializeJSObjectBody()
2170 Node* from_offset = IntPtrSub( in CopyFixedArrayElements()
2179 to_offset = IntPtrSub( in CopyFixedArrayElements()
[all …]
Dcode-stub-assembler.h123 PARAMETER_BINOP(IntPtrOrSmiSub, IntPtrSub, SmiSub)
184 SMI_ARITHMETIC_BINOP(SmiSub, IntPtrSub) in SMI_ARITHMETIC_BINOP()
/external/v8/src/interpreter/
Dinterpreter-assembler.cc988 Node* next_offset = backward ? IntPtrSub(BytecodeOffset(), delta) in Advance()
1378 Node* reg_index = IntPtrSub(IntPtrConstant(Register(0).ToOperand()), index); in ExportRegisterFile()
1413 Node* reg_index = IntPtrSub(IntPtrConstant(Register(0).ToOperand()), index); in ImportRegisterFile()
Dinterpreter.cc1008 Node* export_index = __ IntPtrSub(cell_index, __ IntPtrConstant(1)); in DoLdaModuleVariable()
1019 Node* import_index = __ IntPtrSub(__ IntPtrConstant(-1), cell_index); in DoLdaModuleVariable()
1051 Node* export_index = __ IntPtrSub(cell_index, __ IntPtrConstant(1)); in DoStaModuleVariable()
/external/v8/src/compiler/
Dcode-assembler.cc348 Node* CodeAssembler::IntPtrSub(Node* left, Node* right) { in IntPtrSub() function in v8::internal::compiler::CodeAssembler
362 return raw_assembler()->IntPtrSub(left, right); in IntPtrSub()
Dcode-assembler.h284 Node* IntPtrSub(Node* left, Node* right);