Searched defs:source_offset (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/compiler/ |
D | bytecode-branch-analysis.cc | 39 void BytecodeBranchInfo::AddBranch(int source_offset, int target_offset) { in AddBranch() 110 void BytecodeBranchAnalysis::AddBranch(int source_offset, int target_offset) { in AddBranch()
|
D | bytecode-graph-builder.cc | 1780 int source_offset, int target_offset) { in MergeEnvironmentsOfBackwardBranches() 1800 int source_offset) { in MergeEnvironmentsOfForwardBranches() 1820 int source_offset) { in BuildLoopHeaderForBackwardBranches() 1829 void BytecodeGraphBuilder::BuildJump(int source_offset, int target_offset) { in BuildJump() 1840 int source_offset = bytecode_iterator()->current_offset(); in BuildJump() local 1847 int source_offset = bytecode_iterator()->current_offset(); in BuildConditionalJump() local
|
/external/piex/src/image_type_recognition/ |
D | image_type_recognition_lite.cc | 75 const size_t source_offset, const bool use_big_endian, in CheckUInt16Value() 88 const size_t source_offset, const bool use_big_endian, in CheckUInt32Value() 121 const size_t source_offset, const string& signature) { in IsSignatureMatched()
|
/external/v8/src/wasm/ |
D | wasm-module.h | 79 uint32_t source_offset; // start offset in the module bytes. member
|
/external/v8/src/runtime/ |
D | runtime-typedarray.cc | 336 size_t source_offset = NumberToSize(isolate, source->byte_offset()); in RUNTIME_FUNCTION() local
|
/external/e2fsprogs/misc/ |
D | e2image.c | 69 static blk64_t source_offset, dest_offset; variable
|