HomeSort by relevance Sort by last modified time
    Searched refs:offset_table (Results 1 - 10 of 10) sorted by null

  /external/v8/src/wasm/
wasm-text.h 32 std::vector<debug::WasmDisassemblyOffsetTableEntry> *offset_table);
wasm-text.cc 37 debug::WasmDisassembly::OffsetTable* offset_table) {
89 if (offset_table) {
90 offset_table->emplace_back(i.pc_offset(), line_nr, indentation);
wasm-objects.cc 410 Handle<ByteArray> offset_table(module_object->asm_js_offset_table(), isolate);
415 int table_type = offset_table->get(offset_table->length() - 1);
417 if (table_type == Decoded) return offset_table;
422 byte* bytes_start = offset_table->GetDataStartAddress();
424 reinterpret_cast<Address>(bytes_start) + offset_table->length() - 1);
489 Handle<ByteArray> offset_table = local
498 int right = offset_table->length() / kIntSize / kOTESize; // exclusive
502 int mid_entry = offset_table->get_int(kOTESize * mid);
512 DCHECK_EQ(total_offset, offset_table->get_int(kOTESize * left))
528 v8::debug::WasmDisassembly::OffsetTable offset_table; local
531 disassembly_os, &offset_table); local
    [all...]
  /art/libdexfile/dex/
compact_offset_table.cc 90 std::vector<uint32_t> offset_table; local
95 offset_table.push_back(out_data->size());
129 reinterpret_cast<const uint8_t*>(&offset_table[0]),
130 reinterpret_cast<const uint8_t*>(&offset_table[0] + offset_table.size()));
  /external/v8/src/debug/
interface-types.h 64 WasmDisassembly(std::string disassembly, OffsetTable offset_table)
66 offset_table(std::move(offset_table)) {}
69 OffsetTable offset_table; member in struct:v8::debug::WasmDisassembly
  /external/freetype/src/sfnt/
ttpost.c 323 FT_Char* offset_table = NULL; local
340 if ( FT_NEW_ARRAY( offset_table, num_glyphs ) ||
341 FT_STREAM_READ( offset_table, num_glyphs ) )
351 FT_Long idx = (FT_Long)n + offset_table[n];
368 table->offsets = offset_table;
374 FT_FREE( offset_table );
  /external/v8/src/inspector/
wasm-translation.cc 26 OffsetTable offset_table; member in struct:v8_inspector::WasmSourceInformation
29 WasmSourceInformation(String16 source, OffsetTable offset_table)
30 : source(std::move(source)), offset_table(std::move(offset_table)) {
42 reverse_offset_table = this->offset_table;
131 const OffsetTable& offset_table = GetOffsetTable(loc); variable
132 DCHECK(!offset_table.empty());
137 unsigned right = static_cast<unsigned>(offset_table.size()); // exclusive
140 if (offset_table[mid].byte_offset <= byte_offset) {
148 if (offset_table[left].byte_offset == byte_offset)
    [all...]
  /frameworks/av/media/extractors/amr/
AMRExtractor.cpp 38 const off64_t *offset_table,
233 bool isWide, const off64_t *offset_table, size_t offset_table_length)
243 memcpy ((char*)mOffsetTable, (char*)offset_table, sizeof(off64_t) * mOffsetTableLength);
  /external/libpng/
pngstruct.h 343 png_bytep offset_table; member in struct:png_struct_def
  /external/pdfium/third_party/libpng16/
pngstruct.h 343 png_bytep offset_table; member in struct:png_struct_def

Completed in 598 milliseconds