Home
last modified time | relevance | path

Searched defs:source_offset (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/compiler/
Dbytecode-branch-analysis.cc39 void BytecodeBranchInfo::AddBranch(int source_offset, int target_offset) { in AddBranch()
110 void BytecodeBranchAnalysis::AddBranch(int source_offset, int target_offset) { in AddBranch()
Dbytecode-graph-builder.cc1780 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/
Dimage_type_recognition_lite.cc75 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/
Dwasm-module.h79 uint32_t source_offset; // start offset in the module bytes. member
/external/v8/src/runtime/
Druntime-typedarray.cc336 size_t source_offset = NumberToSize(isolate, source->byte_offset()); in RUNTIME_FUNCTION() local
/external/e2fsprogs/misc/
De2image.c69 static blk64_t source_offset, dest_offset; variable