Searched refs:limit_offset (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
D | builtins-string-gen.cc | 1557 TNode<IntPtrT> limit_offset = IntPtrAdd(from_offset, byte_count); in CopyStringCharacters() local 1576 vars, from_offset, limit_offset, in CopyStringCharacters()
|
D | builtins-regexp-gen.cc | 696 TNode<IntPtrT> limit_offset = in RegExpExecInternal() local 706 vars, IntPtrZero(), limit_offset, in RegExpExecInternal()
|
/third_party/node/deps/v8/src/compiler/ |
D | bytecode-graph-builder.cc | 61 void RemoveMergeEnvironmentsBeforeOffset(int limit_offset); 1307 int limit_offset) { in RemoveMergeEnvironmentsBeforeOffset() argument 1311 while (it != stop_it && it->first <= limit_offset) { in RemoveMergeEnvironmentsBeforeOffset()
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.cc | 4494 TNode<IntPtrT> limit_offset = IntPtrAdd(first_from_element_offset, in ExtractFixedDoubleArrayFillingHoles() local 4504 Branch(WordEqual(var_from_offset.value(), limit_offset), &done, &decrement); in ExtractFixedDoubleArrayFillingHoles() 4522 TNode<BoolT> compare = WordNotEqual(from_offset, limit_offset); in ExtractFixedDoubleArrayFillingHoles() 5057 TNode<IntPtrT> limit_offset = Signed(IntPtrAdd( in CopyFixedArrayElements() local 5081 Branch(WordEqual(var_from_offset.value(), limit_offset), &done, &decrement); in CopyFixedArrayElements() 5168 TNode<BoolT> compare = WordNotEqual(from_offset, limit_offset); in CopyFixedArrayElements()
|