OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Write64
(Results
1 - 8
of
8
) sorted by null
/art/runtime/
atomic.h
42
static void
Write64
(volatile int64_t* addr, int64_t val);
atomic.cc
80
void QuasiAtomic::
Write64
(volatile int64_t* addr, int64_t value) {
91
__asm__ __volatile__("@ QuasiAtomic::
Write64
\n"
/external/llvm/include/llvm/MC/
MCObjectWriter.h
163
void
Write64
(uint64_t Value) {
/external/llvm/lib/MC/
MachObjectWriter.cpp
179
Write64
(0); // vmaddr
180
Write64
(VMSize); // vmsize
181
Write64
(SectionDataStartOffset); // file offset
182
Write64
(SectionDataSize); // file size
221
Write64
(getSectionAddress(&SD)); // address
222
Write64
(SectionSize); // size
360
Write64
(Address);
[
all
...]
MCAssembler.cpp
620
case 8: OW->
Write64
(uint64_t(AF.getValue())); break;
653
case 8: OW->
Write64
(uint64_t(FF.getValue())); break;
[
all
...]
ELFObjectWriter.cpp
165
Write64
(W);
[
all
...]
/art/runtime/mirror/
object-inl.h
260
QuasiAtomic::
Write64
(addr, new_value);
/art/runtime/jdwp/
jdwp_handler.cc
[
all
...]
Completed in 189 milliseconds