/external/v8/src/compiler/ |
bytecode-branch-analysis.cc | 21 void AddBranch(int source_offset, int target_offset); 39 void BytecodeBranchInfo::AddBranch(int source_offset, int target_offset) { 40 if (source_offset < target_offset) { 41 fore_edge_offsets_.push_back(source_offset); 43 back_edge_offsets_.push_back(source_offset); 110 void BytecodeBranchAnalysis::AddBranch(int source_offset, int target_offset) { 119 branch_info->AddBranch(source_offset, target_offset);
|
bytecode-graph-builder.h | 159 void BuildJump(int source_offset, int target_offset); 166 void MergeEnvironmentsOfBackwardBranches(int source_offset, 168 void MergeEnvironmentsOfForwardBranches(int source_offset); 169 void BuildLoopHeaderForBackwardBranches(int source_offset);
|
bytecode-graph-builder.cc | 1840 int source_offset = bytecode_iterator()->current_offset(); local 1847 int source_offset = bytecode_iterator()->current_offset(); local [all...] |
/external/piex/src/image_type_recognition/ |
image_type_recognition_lite.cc | 75 const size_t source_offset, const bool use_big_endian, 79 source + source_offset, use_big_endian, &status); 88 const size_t source_offset, const bool use_big_endian, 92 binary_parse::Get32u(source + source_offset, use_big_endian, &status); 121 const size_t source_offset, const string& signature) { 122 return source.substr(source_offset, signature.size()) == signature;
|
/external/e2fsprogs/misc/ |
e2image.c | 69 static blk64_t source_offset, dest_offset; variable 591 if (move_mode && dest_offset > source_offset) { 592 distance = (dest_offset - source_offset) / fs->blocksize; 610 if (blk < (source_offset - dest_offset) / fs->blocksize) [all...] |
/external/v8/src/wasm/ |
wasm-module.h | 79 uint32_t source_offset; // start offset in the module bytes. member in struct:v8::internal::wasm::WasmDataSegment
|
module-decoder.cc | 352 segment->source_offset = offset("source offset");
|
wasm-module.cc | 176 memcpy(addr, module->module_start + segment.source_offset,
|
/external/v8/src/runtime/ |
runtime-typedarray.cc | 336 size_t source_offset = NumberToSize(isolate, source->byte_offset()); local 342 source_offset;
|
/external/v8/test/unittests/wasm/ |
module-decoder-unittest.cc | 523 EXPECT_EQ(15, segment->source_offset); 561 EXPECT_EQ(11, segment->source_offset); 620 EXPECT_EQ(9, s0->source_offset); 625 EXPECT_EQ(6, s1->source_offset);
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_pipe_draw.c | 179 * svga_buffer::source_offset is set to 0, and svga_buffer::uploaded::buffer
|
/external/chromium-trace/catapult/telemetry/third_party/png/ |
png.py | [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
elf32-xtensa.c | 8907 bfd_vma source_offset, old_source_offset; local [all...] |