Home
last modified time | relevance | path

Searched refs:mode_mask (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Dreloc-info.cc264 RelocIterator::RelocIterator(Code code, int mode_mask) in RelocIterator() argument
265 : RelocIterator(code, code.unchecked_relocation_info(), mode_mask) {} in RelocIterator()
268 int mode_mask) in RelocIterator()
271 relocation_info.GetDataStartAddress(), mode_mask) {} in RelocIterator()
273 RelocIterator::RelocIterator(const CodeReference code_reference, int mode_mask) in RelocIterator() argument
277 code_reference.relocation_start(), mode_mask) {} in RelocIterator()
280 int mode_mask) in RelocIterator()
285 code.relocation_start(), mode_mask) {} in RelocIterator()
287 RelocIterator::RelocIterator(const CodeDesc& desc, int mode_mask) in RelocIterator() argument
291 mode_mask) {} in RelocIterator()
267 RelocIterator(Code code, ByteArray relocation_info, int mode_mask) RelocIterator() argument
279 RelocIterator(EmbeddedData* embedded_data, Code code, int mode_mask) RelocIterator() argument
293 RelocIterator(base::Vector<byte> instructions, base::Vector<const byte> reloc_info, Address const_pool, int mode_mask) RelocIterator() argument
300 RelocIterator(Code host, Address pc, Address constant_pool, const byte* pos, const byte* end, int mode_mask) RelocIterator() argument
[all...]
H A Dreloc-info.h436 // iteration iff bit k of mode_mask is set.
437 explicit RelocIterator(Code code, int mode_mask = -1);
438 explicit RelocIterator(Code code, ByteArray relocation_info, int mode_mask);
439 explicit RelocIterator(EmbeddedData* embedded_data, Code code, int mode_mask);
440 explicit RelocIterator(const CodeDesc& desc, int mode_mask = -1);
442 int mode_mask = -1);
445 Address const_pool, int mode_mask = -1);
463 const byte* end, int mode_mask);
/third_party/ltp/testcases/kernel/syscalls/chmod/
H A Dchmod01.c27 unsigned int mode_mask; member
47 stat_buf.st_mode &= ~tc->mode_mask; in verify_chmod()
/third_party/ffmpeg/libavcodec/
H A Dvorbis_parser.c170 s->mode_mask = ((1 << (av_log2(mode_count - 1) + 1)) - 1) << 1; in parse_setup_header()
172 s->prev_mask = (s->mode_mask | 0x1) + 1; in parse_setup_header()
249 mode = (buf[0] & s->mode_mask) >> 1; in av_vorbis_parse_frame_flags()
H A Dvorbis_parser_internal.h42 int mode_mask; ///< bitmask used to get the mode in each packet member
/third_party/mesa3d/src/freedreno/afuc/
H A Demu-ds.c61 ds->state[cur_idx].mode_mask = (val >> 20) & 0x7; in emu_set_draw_state_reg()
H A Demu.h115 uint16_t mode_mask; member
/third_party/node/deps/v8/src/objects/
H A Dcode.cc150 int mode_mask = RelocInfo::EmbeddedObjectModeMask(); in ClearEmbeddedObjects() local
151 for (RelocIterator it(*this, mode_mask); !it.done(); it.next()) { in ClearEmbeddedObjects()
190 const int mode_mask = RelocInfo::PostCodegenRelocationMask(); in RelocateFromDesc() local
191 for (RelocIterator it(*this, reloc_info, mode_mask); !it.done(); it.next()) { in RelocateFromDesc()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-code-manager.cc1107 int mode_mask = in AddCodeForTesting() local
1113 RelocIterator orig_it(*code, mode_mask); in AddCodeForTesting()
1115 constant_pool_start, mode_mask); in AddCodeForTesting()
1237 int mode_mask = RelocInfo::kApplyMask | in AddCodeWithCodeSpace() local
1243 mode_mask); in AddCodeWithCodeSpace()
/third_party/node/deps/v8/src/heap/
H A Dobject-stats.cc1053 int const mode_mask = RelocInfo::EmbeddedObjectModeMask(); in RecordVirtualCodeDetails() local
1054 for (RelocIterator it(code, mode_mask); !it.done(); it.next()) { in RecordVirtualCodeDetails()
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.cc3314 int mode_mask = RelocInfo::ModeMask(RelocInfo::OFF_HEAP_TARGET); in GrowBuffer() local
3315 DCHECK_EQ(mode_mask, RelocInfo::kApplyMask & mode_mask); in GrowBuffer()
3319 for (RelocIterator it(instructions, reloc_info, 0, mode_mask); !it.done(); in GrowBuffer()
/third_party/node/deps/v8/src/compiler/
H A Dpipeline.cc1260 int const mode_mask = RelocInfo::EmbeddedObjectModeMask(); in RegisterWeakObjectsInOptimizedCode() local
1261 for (RelocIterator it(*code, mode_mask); !it.done(); it.next()) { in RegisterWeakObjectsInOptimizedCode()

Completed in 27 milliseconds