Searched refs:contents (Results 1 - 5 of 5) sorted by relevance

/art/runtime/arch/x86/
H A Dthread_x86.cc50 const int contents = MODIFY_LDT_CONTENTS_DATA; local
68 entry.type = ((read_exec_only ^ 1) << 1) | (contents << 2);
108 gdt_entry.contents = contents;
184 // gdt_entry.contents = MODIFY_LDT_CONTENTS_DATA;
/art/compiler/utils/
H A Dassembler.cc84 MemoryRegion from(reinterpret_cast<void*>(contents()), Size());
101 // Allocate the new data area and copy contents of the old one to it.
H A Dassembler.h162 uint8_t* contents() const { return contents_; } function in class:art::AssemblerBuffer
365 virtual const uint8_t* CodeBufferBaseAddress() const { return buffer_.contents(); }
/art/runtime/arch/arm/
H A Dquick_entrypoints_arm.S1760 subs r2, #2 @ offset to contents[-1]
1761 subs r1, #2 @ offset to contents[-1]
/art/runtime/
H A Ddebugger.cc457 * wants to display the contents of Strings), so we want to return an
4232 ScopedByteArrayRO contents(env, dataArray.get());
4952 * between the contents of these tables.

Completed in 114 milliseconds