Home
last modified time | relevance | path

Searched refs:offset_table (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/inspector/
Dwasm-translation.cc26 OffsetTable offset_table; member
29 WasmSourceInformation(String16 source, OffsetTable offset_table) in WasmSourceInformation()
30 : source(std::move(source)), offset_table(std::move(offset_table)) { in WasmSourceInformation()
42 reverse_offset_table = this->offset_table; in WasmSourceInformation()
131 const OffsetTable& offset_table = GetOffsetTable(loc); in Translate() local
132 DCHECK(!offset_table.empty()); in Translate()
137 unsigned right = static_cast<unsigned>(offset_table.size()); // exclusive in Translate()
140 if (offset_table[mid].byte_offset <= byte_offset) { in Translate()
148 if (offset_table[left].byte_offset == byte_offset) { in Translate()
149 loc->line = offset_table[left].line; in Translate()
[all …]
/external/freetype/src/sfnt/
Dttpost.c323 FT_Char* offset_table = NULL; in load_format_25() local
340 if ( FT_NEW_ARRAY( offset_table, num_glyphs ) || in load_format_25()
341 FT_STREAM_READ( offset_table, num_glyphs ) ) in load_format_25()
351 FT_Long idx = (FT_Long)n + offset_table[n]; in load_format_25()
368 table->offsets = offset_table; in load_format_25()
374 FT_FREE( offset_table ); in load_format_25()
/external/v8/src/debug/
Dinterface-types.h64 WasmDisassembly(std::string disassembly, OffsetTable offset_table) in WasmDisassembly()
66 offset_table(std::move(offset_table)) {} in WasmDisassembly()
69 OffsetTable offset_table; member
/external/v8/src/wasm/
Dwasm-text.cc37 debug::WasmDisassembly::OffsetTable* offset_table) { in PrintWasmText() argument
89 if (offset_table) { in PrintWasmText()
90 offset_table->emplace_back(i.pc_offset(), line_nr, indentation); in PrintWasmText()
Dwasm-objects.cc410 Handle<ByteArray> offset_table(module_object->asm_js_offset_table(), isolate); in GetDecodedAsmJsOffsetTable() local
415 int table_type = offset_table->get(offset_table->length() - 1); in GetDecodedAsmJsOffsetTable()
417 if (table_type == Decoded) return offset_table; in GetDecodedAsmJsOffsetTable()
422 byte* bytes_start = offset_table->GetDataStartAddress(); in GetDecodedAsmJsOffsetTable()
424 reinterpret_cast<Address>(bytes_start) + offset_table->length() - 1); in GetDecodedAsmJsOffsetTable()
489 Handle<ByteArray> offset_table = in GetSourcePosition() local
498 int right = offset_table->length() / kIntSize / kOTESize; // exclusive in GetSourcePosition()
502 int mid_entry = offset_table->get_int(kOTESize * mid); in GetSourcePosition()
512 DCHECK_EQ(total_offset, offset_table->get_int(kOTESize * left)); in GetSourcePosition()
514 return offset_table->get_int(kOTESize * left + idx); in GetSourcePosition()
[all …]
Dwasm-text.h32 std::vector<debug::WasmDisassemblyOffsetTableEntry> *offset_table);
/external/libpng/
Dpngstruct.h343 png_bytep offset_table; member
/external/pdfium/third_party/libpng16/
Dpngstruct.h343 png_bytep offset_table; member