Searched defs:contents (Results 1 - 2 of 2) sorted by relevance

/art/runtime/arch/x86/
H A Dthread_x86.cc50 const int contents = MODIFY_LDT_CONTENTS_DATA; local
67 entry.type = ((read_exec_only ^ 1) << 1) | (contents << 2);
103 ldt_entry.contents = contents;
168 ldt_entry.contents = MODIFY_LDT_CONTENTS_DATA;
/art/compiler/utils/
H A Dassembler.h198 // Move the contents of the buffer from oldposition to
239 byte* contents() const { return contents_; } function in class:art::AssemblerBuffer

Completed in 148 milliseconds