Home
last modified time | relevance | path

Searched defs:offset (Results 5501 - 5525 of 6050) sorted by relevance

1...<<221222223224225226227228229230>>...242

/third_party/lz4/lib/
H A Dlz4.c475 LZ4_memcpy_using_offset_base(BYTE* dstPtr, const BYTE* srcPtr, BYTE* dstEnd, const size_t offset) in LZ4_memcpy_using_offset_base() argument
514 LZ4_memcpy_using_offset(BYTE* dstPtr, const BYTE* srcPtr, BYTE* dstEnd, const size_t offset) in LZ4_memcpy_using_offset() argument
955 U32 offset in LZ4_compress_generic_validated() local
1837 size_t const offset = LZ4_readLE16(ip); LZ4_decompress_unsafe_generic() local
1969 size_t offset; LZ4_decompress_generic() local
[all...]
H A Dlz4hc.c1406 int const offset = firstMatch.off; in LZ4HC_compress_optimal() local
1486 int const offset = newMatch.off; in LZ4HC_compress_optimal() local
1554 int const offset = opt[rPos].off; LZ4HC_compress_optimal() local
[all...]
/third_party/lz4/programs/
H A Dlz4io.c1174 static int skipStream(FILE* f, unsigned offset) in skipStream() argument
1188 static int fseek_u32(FILE *fp, unsigned offset, int where) in fseek_u32() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc1769 int offset = call_descriptor->GetOffsetToReturns(); in EmitPrepareResults() local
3046 uint8_t offset; in VisitI8x16Shuffle() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-selector-mips.cc1389 int offset = call_descriptor->GetOffsetToReturns(); in EmitPrepareResults() local
2454 uint8_t offset; in VisitI8x16Shuffle() local
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc71 FrameOffset offset = frame_access_state()->GetFrameOffset(slot_index); in SlotToOperand() local
76 static size_t NextOffset(size_t* offset) { in NextOffset() argument
92 Operand MemoryOperand(size_t* offset) { in MemoryOperand() argument
1440 uint32_t offset; AssembleArchInstruction() local
1520 FrameOffset offset = AssembleArchInstruction() local
2724 int offset = AssembleArchInstruction() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Djs-typed-lowering.cc2106 Node* offset = NodeProperties::GetValueInput(node, 2); in ReduceJSGeneratorStore() local
H A Dcode-assembler.cc676 Node* CodeAssembler::Load(MachineType type, Node* base, Node* offset) { in Load() argument
684 TNode<Object> CodeAssembler::LoadFullTagged(Node* base, TNode<IntPtrT> offset) { in LoadFullTagged() argument
691 AtomicLoad(MachineType type, AtomicMemoryOrder order, TNode<RawPtrT> base, TNode<WordT> offset) AtomicLoad() argument
699 AtomicLoad64(AtomicMemoryOrder order, TNode<RawPtrT> base, TNode<WordT> offset) AtomicLoad64() argument
711 LoadFromObject(MachineType type, TNode<Object> object, TNode<IntPtrT> offset) LoadFromObject() argument
752 int offset = IsolateData::root_slot_offset(root_index); LoadRoot() local
757 UnalignedLoad(MachineType type, TNode<RawPtrT> base, TNode<WordT> offset) UnalignedLoad() argument
767 StoreToObject(MachineRepresentation rep, TNode<Object> object, TNode<IntPtrT> offset, Node* value, StoreToObjectWriteBarrier write_barrier) StoreToObject() argument
791 OptimizedStoreField(MachineRepresentation rep, TNode<HeapObject> object, int offset, Node* value) OptimizedStoreField() argument
798 OptimizedStoreFieldAssertNoWriteBarrier( MachineRepresentation rep, TNode<HeapObject> object, int offset, Node* value) OptimizedStoreFieldAssertNoWriteBarrier() argument
805 OptimizedStoreFieldUnsafeNoWriteBarrier( MachineRepresentation rep, TNode<HeapObject> object, int offset, Node* value) OptimizedStoreFieldUnsafeNoWriteBarrier() argument
817 Store(Node* base, Node* offset, Node* value) Store() argument
824 StoreEphemeronKey(Node* base, Node* offset, Node* value) StoreEphemeronKey() argument
837 StoreNoWriteBarrier(MachineRepresentation rep, Node* base, Node* offset, Node* value) StoreNoWriteBarrier() argument
851 UnsafeStoreNoWriteBarrier(MachineRepresentation rep, Node* base, Node* offset, Node* value) UnsafeStoreNoWriteBarrier() argument
865 StoreFullTaggedNoWriteBarrier(TNode<RawPtrT> base, TNode<IntPtrT> offset, TNode<Object> tagged_value) StoreFullTaggedNoWriteBarrier() argument
870 StoreNoWriteBarrier(MachineType::PointerRepresentation(), base, offset, StoreFullTaggedNoWriteBarrier() local
874 AtomicStore(MachineRepresentation rep, AtomicMemoryOrder order, TNode<RawPtrT> base, TNode<WordT> offset, TNode<Word32T> value) AtomicStore() argument
880 base, offset, value); AtomicStore() local
883 AtomicStore64(AtomicMemoryOrder order, TNode<RawPtrT> base, TNode<WordT> offset, TNode<UintPtrT> value, TNode<UintPtrT> value_high) AtomicStore64() argument
889 base, offset, value, value_high); AtomicStore64() local
920 AtomicCompareExchange(MachineType type, TNode<RawPtrT> base, TNode<WordT> offset, TNode<Word32T> old_value, TNode<Word32T> new_value) AtomicCompareExchange() argument
930 AtomicCompareExchange64( TNode<RawPtrT> base, TNode<WordT> offset, TNode<UintPtrT> old_value, TNode<UintPtrT> new_value, TNode<UintPtrT> old_value_high, TNode<UintPtrT> new_value_high) AtomicCompareExchange64() argument
955 int offset = IsolateData::root_slot_offset(root_index); StoreRoot() local
[all...]
H A Draw-machine-assembler.h163 bool IsMapOffsetConstantMinusTag(int offset) { in IsMapOffsetConstantMinusTag() argument
166 Node* LoadFromObject(MachineType type, Node* base, Node* offset) { in LoadFromObject() argument
183 void StoreToObject(MachineRepresentation rep, Node* object, Node* offset, in StoreToObject() argument
188 AddNode(simplified()->StoreToObject(access), object, offset, value); in StoreToObject() local
190 void OptimizedStoreField(MachineRepresentation rep, Node* object, int offset, in OptimizedStoreField() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc121 FrameOffset offset = frame_access_state()->GetFrameOffset(slot); in SlotToMemOperand() local
171 OutOfLineRecordWrite(CodeGenerator* gen, Register object, Register offset, in OutOfLineRecordWrite() argument
193 OutOfLineRecordWrite(CodeGenerator* gen, Register object, int32_t offset, in OutOfLineRecordWrite() argument
1144 int offset = Code::kCodeDataContainerOffset - Code::kHeaderSize; BailoutIfDeoptimized() local
1401 uint32_t offset; AssembleArchInstruction() local
1440 int32_t offset = i.InputInt32(1); AssembleArchInstruction() local
1463 FrameOffset offset = AssembleArchInstruction() local
1471 int offset = AssembleArchInstruction() local
[all...]
H A Dinstruction-selector-s390.cc726 Node* offset = node->InputAt(1); in VisitGeneralStore() local
1093 Node* offset = input.node()->InputAt(1); in VisitWord64ReverseBytes() local
1112 Node* offset = input.node()->InputAt(1); VisitWord32ReverseBytes() local
1131 Node* offset = input.node()->InputAt(1); VisitSimd128ReverseBytes() local
2783 int offset = call_descriptor->GetOffsetToReturns(); EmitPrepareResults() local
[all...]
/third_party/node/deps/v8/src/builtins/mips64/
H A Dbuiltins-mips64.cc3061 int64_t offset = (ref0.address() - ref1.address()); AddressOffset() local
3431 int offset = code * kDoubleSize; Generate_DeoptimizationEntry() local
3488 int offset = (i * kPointerSize) + FrameDescription::registers_offset(); Generate_DeoptimizationEntry() local
3588 int offset = (i * kPointerSize) + FrameDescription::registers_offset(); Generate_DeoptimizationEntry() local
[all...]
/third_party/node/deps/v8/src/builtins/ppc/
H A Dbuiltins-ppc.cc73 Generate_OSREntry(MacroAssembler* masm, Register entry_address, intptr_t offset) Generate_OSREntry() argument
3645 int offset = code * kDoubleSize; Generate_DeoptimizationEntry() local
3701 int offset = Generate_DeoptimizationEntry() local
3819 int offset = Generate_DeoptimizationEntry() local
[all...]
/third_party/node/deps/v8/src/debug/
H A Ddebug.cc120 int offset = summary.code_offset(); in FromFrame() local
161 int offset = summary.code_offset(); in AllAtCurrentStatement() local
188 BreakIndexFromCodeOffset(Handle<DebugInfo> debug_info, Handle<AbstractCode> abstract_code, int offset) BreakIndexFromCodeOffset() argument
2849 int offset = frame->GetBytecodeOffset(); PerformSideEffectCheckAtBytecode() local
2851 handle(bytecode_array, isolate_), offset); PerformSideEffectCheckAtBytecode() local
[all...]
/third_party/node/deps/v8/src/builtins/loong64/
H A Dbuiltins-loong64.cc3040 int64_t offset = (ref0.address() - ref1.address()); AddressOffset() local
3404 int offset = code * kDoubleSize; Generate_DeoptimizationEntry() local
3460 int offset = (i * kPointerSize) + FrameDescription::registers_offset(); Generate_DeoptimizationEntry() local
3560 int offset = (i * kPointerSize) + FrameDescription::registers_offset(); Generate_DeoptimizationEntry() local
[all...]
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-win32.cc439 int64_t offset = LocalOffset(cache); in InDST() local
516 int64_t offset = Win32Time(time).DaylightSavingsOffset(this); DaylightSavingsOffset() local
958 AllocateShared(void* hint, size_t size, MemoryPermission permission, PlatformSharedMemoryHandle handle, uint64_t offset) AllocateShared() argument
1258 AllocateShared(void* address, size_t size, OS::MemoryPermission access, PlatformSharedMemoryHandle handle, uint64_t offset) AllocateShared() argument
[all...]
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.h1037 void pextrb(Register dst, XMMRegister src, uint8_t offset) { in pextrb() argument
1038 pextrb(Operand(dst), src, offset); in pextrb() local
1047 void pextrw(Register dst, XMMRegister src, uint8_t offset) { in pextrw() argument
1048 pextrw(Operand(dst), src, offset); in pextrw() local
1051 void pextrd(Register dst, XMMRegister src, uint8_t offset) { in pextrd() argument
1052 pextrd(Operand(dst), src, offset); pextrd() local
1056 insertps(XMMRegister dst, XMMRegister src, uint8_t offset) insertps() argument
1060 pinsrb(XMMRegister dst, Register src, uint8_t offset) pinsrb() argument
1064 pinsrw(XMMRegister dst, Register src, uint8_t offset) pinsrw() argument
1068 pinsrd(XMMRegister dst, Register src, uint8_t offset) pinsrd() argument
1219 vpextrb(Register dst, XMMRegister src, uint8_t offset) vpextrb() argument
1220 vpextrb(Operand(dst), src, offset); vpextrb() local
1223 vpextrw(Register dst, XMMRegister src, uint8_t offset) vpextrw() argument
1224 vpextrw(Operand(dst), src, offset); vpextrw() local
1227 vpextrd(Register dst, XMMRegister src, uint8_t offset) vpextrd() argument
1228 vpextrd(Operand(dst), src, offset); vpextrd() local
1232 vinsertps(XMMRegister dst, XMMRegister src1, XMMRegister src2, uint8_t offset) vinsertps() argument
1238 vpinsrb(XMMRegister dst, XMMRegister src1, Register src2, uint8_t offset) vpinsrb() argument
1243 vpinsrw(XMMRegister dst, XMMRegister src1, Register src2, uint8_t offset) vpinsrw() argument
1248 vpinsrd(XMMRegister dst, XMMRegister src1, Register src2, uint8_t offset) vpinsrd() argument
[all...]
H A Dmacro-assembler-ia32.cc218 intptr_t offset = in ExternalReferenceAsOperand() local
286 void TurboAssembler::LoadRootRelative(Register destination, int32_t offset) { in LoadRootRelative() argument
389 void MacroAssembler::RecordWriteField(Register object, int offset, in RecordWriteField() argument
274 LoadRootRegisterOffset(Register destination, intptr_t offset) LoadRootRegisterOffset() argument
1034 const int offset = -ExitFrameConstants::kFixedFrameSizeFromFp; CallRecordWriteStub() local
1060 int offset = StandardFrameConstants::kCallerSPOffset - kSystemPointerSize; CallRecordWriteStub() local
1077 const int offset = -ExitFrameConstants::kFixedFrameSizeFromFp; CallRecordWriteStub() local
1222 intptr_t offset = CallRecordWriteStub() local
[all...]
/third_party/node/deps/v8/src/builtins/arm/
H A Dbuiltins-arm.cc3395 int offset = (i * kPointerSize) + FrameDescription::registers_offset(); Generate_DeoptimizationEntry() local
3511 int offset = (i * kPointerSize) + FrameDescription::registers_offset(); Generate_DeoptimizationEntry() local
[all...]
/third_party/node/deps/v8/src/builtins/riscv64/
H A Dbuiltins-riscv64.cc3119 int64_t offset = (ref0.address() - ref1.address()); AddressOffset() local
3502 int offset = code * kDoubleSize; Generate_DeoptimizationEntry() local
3557 int offset = Generate_DeoptimizationEntry() local
3659 int offset = Generate_DeoptimizationEntry() local
[all...]
/third_party/node/deps/v8/src/builtins/s390/
H A Dbuiltins-s390.cc74 Generate_OSREntry(MacroAssembler* masm, Register entry_address, intptr_t offset) Generate_OSREntry() argument
3645 int offset = code * kDoubleSize; Generate_DeoptimizationEntry() local
3705 int offset = Generate_DeoptimizationEntry() local
3820 int offset = Generate_DeoptimizationEntry() local
[all...]
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.h140 int32_t offset() const { return offset_; } in offset() function in v8::internal::MemOperand
1123 call(int32_t offset) call() argument
[all...]
/third_party/node/deps/v8/src/handles/
H A Dglobal-handles.cc1767 int offset = size_ & kMask; in Create() local
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-agent-impl.cc183 int offset = script.offset(lineNumber, columnNumber); in breakpointHint() local
214 size_t offset = sourceOffset - searchRegionOffset; in adjustBreakpointLocation() local
[all...]
/third_party/node/deps/v8/src/execution/
H A Dframes.cc769 const int offset = EntryFrameConstants::kCallerFPOffset; in GetCallerState() local
776 const int offset = CWasmEntryFrameConstants::kCEntryFPOffset; in GetCallerState() local
822 const int offset = ExitFrameConstants::kFrameTypeOffset; in ComputeFrameType() local
894 int offset = in GetParameter() local
977 const int offset = StandardFrameConstants::kExpressionsOffset; in GetExpressionAddress() local
982 const int offset = UnoptimizedFrameConstants::kExpressionsOffset; GetExpressionAddress() local
1347 int offset = code.GetOffsetFromInstructionStart(isolate(), pc()); Summarize() local
1351 isolate(), receiver(), function(), *abstract_code, offset, Summarize() local
1372 const int offset = StandardFrameConstants::kContextOffset; context() local
1515 const int offset = BuiltinContinuationFrameConstants::kFunctionOffset; function() local
1993 const int offset = InterpreterFrameConstants::kExpressionsOffset; GetBytecodeOffset() local
2036 const int offset = BuiltinFrameConstants::kFunctionOffset; function() local
2041 const int offset = BuiltinFrameConstants::kLengthOffset; ComputeParametersCount() local
2082 const int offset = WasmFrameConstants::kWasmInstanceOffset; wasm_instance() local
2111 int offset = static_cast<int>(pc() - code->instruction_start()); byte_offset() local
2128 int offset = static_cast<int>(pc() - code->instruction_start()); Summarize() local
2130 FrameSummary::WasmFrameSummary summary(isolate(), instance, code, offset, Summarize() local
2143 int offset = static_cast<int>(callee_pc() - code->instruction_start()); at_to_number_conversion() local
2252 const int offset = WasmCompileLazyFrameConstants::kWasmInstanceOffset; wasm_instance_slot() local
2311 int offset = iframe->GetBytecodeOffset(); Print() local
[all...]

Completed in 80 milliseconds

1...<<221222223224225226227228229230>>...242