OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X86Context
(Results
1 - 3
of
3
) sorted by null
/art/runtime/arch/x86/
context_x86.h
27
class
X86Context
: public Context {
29
X86Context
() {
32
virtual ~
X86Context
() {}
context_x86.cc
28
void
X86Context
::Reset() {
34
esp_ =
X86Context
::kBadGprBase + ESP;
35
eip_ =
X86Context
::kBadGprBase + kNumberOfCpuRegisters;
38
void
X86Context
::FillCalleeSaves(const StackVisitor& fr) {
56
void
X86Context
::SmashCallerSaves() {
64
void
X86Context
::SetGPR(uint32_t reg, uintptr_t value) {
71
void
X86Context
::DoLongJump() {
77
gprs[kNumberOfCpuRegisters - i - 1] = gprs_[i] != NULL ? *gprs_[i] :
X86Context
::kBadGprBase + i;
/art/runtime/arch/
context.cc
35
return new x86::
X86Context
();
Completed in 3960 milliseconds