Home
last modified time | relevance | path

Searched refs:kRead (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/interpreter/
Dbytecodes.h44 V(StaGlobalSloppy, AccumulatorUse::kRead, OperandType::kIdx, \
46 V(StaGlobalStrict, AccumulatorUse::kRead, OperandType::kIdx, \
50 V(PushContext, AccumulatorUse::kRead, OperandType::kRegOut) \
58 V(StaContextSlot, AccumulatorUse::kRead, OperandType::kReg, \
60 V(StaCurrentContextSlot, AccumulatorUse::kRead, OperandType::kIdx) \
78 V(Star, AccumulatorUse::kRead, OperandType::kRegOut) \
92 V(StaModuleVariable, AccumulatorUse::kRead, OperandType::kImm, \
96 V(StaNamedPropertySloppy, AccumulatorUse::kRead, OperandType::kReg, \
98 V(StaNamedPropertyStrict, AccumulatorUse::kRead, OperandType::kReg, \
100 V(StaNamedOwnProperty, AccumulatorUse::kRead, OperandType::kReg, \
[all …]
Dbytecode-operands.h111 kRead = 1 << 0, enumerator
113 kReadWrite = kRead | kWrite
138 return accumulator_use == AccumulatorUse::kRead || in ReadsAccumulator()
Dbytecode-operands.cc19 case AccumulatorUse::kRead: in AccumulatorUseToString()
Dinterpreter-assembler.cc84 accumulator_use_ = accumulator_use_ | AccumulatorUse::kRead; in GetAccumulator()
/external/webrtc/webrtc/base/
Dfilerotatingstream.cc28 : FileRotatingStream(dir_path, file_prefix, 0, 0, kRead) { in FileRotatingStream()
68 case kRead: { in FileRotatingStream()
84 if (mode_ == kRead && current_file_index_ < file_names_.size()) { in GetState()
98 if (mode_ != kRead) { in Read()
181 if (mode_ != kRead) { in GetSize()
206 case kRead: in Open()
253 case kRead: in OpenCurrentFile()
Dfilerotatingstream.h84 enum Mode { kRead, kWrite }; enumerator
/external/skia/tools/
Dremote_demo.cpp333 enum direction : int {kRead = 0, kWrite = 1}; enumerator
337 close(gpu_to_render[kRead]); in start_gpu()
339 gpu(render_to_gpu[kRead], gpu_to_render[kWrite]); in start_gpu()
344 close(render_to_gpu[kRead]); in start_render()
346 renderer(skpName, gpu_to_render[kRead], render_to_gpu[kWrite]); in start_render()
389 std::thread(gpu, render_to_gpu[kRead], gpu_to_render[kWrite]).detach(); in main()
390 renderer(skpName, gpu_to_render[kRead], render_to_gpu[kWrite]); in main()
/external/skqp/tools/
Dremote_demo.cpp404 enum direction : int {kRead = 0, kWrite = 1}; enumerator
408 close(gpu_to_render[kRead]); in start_gpu()
410 gpu(render_to_gpu[kRead], gpu_to_render[kWrite]); in start_gpu()
415 close(render_to_gpu[kRead]); in start_render()
417 renderer(skpName, gpu_to_render[kRead], render_to_gpu[kWrite]); in start_render()
453 std::thread(gpu, render_to_gpu[kRead], gpu_to_render[kWrite]).detach(); in main()
454 renderer(skpName, gpu_to_render[kRead], render_to_gpu[kWrite]); in main()
/external/libese/apps/weaver/
Dweaver.c32 const uint8_t kRead[] = {0x80, 0x06, 0x00, 0x00, variable
289 uint8_t chan = kRead[0] | session->channel_id; in ese_weaver_read()
292 tx[1].base = (uint8_t *)&kRead[1]; in ese_weaver_read()
293 tx[1].len = sizeof(kRead) - 1; in ese_weaver_read()
/external/libmojo/base/android/library_loader/
Dlibrary_prefetcher_unittest.cc20 const uint8_t kRead = base::debug::MappedMemoryRegion::READ; variable
49 0x4000, 0x5000, 10, kRead, "base.apk"}; in TEST()