Home
last modified time | relevance | path

Searched refs:c_entry_fp (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/
Dframes.cc105 Isolate::c_entry_fp(top), &state); in Reset()
207 type = ExitFrame::GetStateForFramePointer(Isolate::c_entry_fp(top), &state); in SafeStackFrameIterator()
252 Address c_entry_fp = Isolate::c_entry_fp(top); in IsValidTop() local
253 if (!IsValidExitFrame(c_entry_fp)) return false; in IsValidTop()
258 return c_entry_fp < handler; in IsValidTop()
Disolate.h169 C(CEntryFP, c_entry_fp) \
595 static Address c_entry_fp(ThreadLocalTop* thread) { in c_entry_fp() function
Disolate.cc719 if (c_entry_fp(thread_local_top()) == 0) return; in PrintStack()
2810 c_entry_fp_ = isolate->c_entry_fp(isolate->thread_local_top()); in SaveContext()
/external/v8/src/profiler/
Dcpu-profiler.cc48 Address fp = isolate->c_entry_fp(isolate->thread_local_top()); in AddDeoptStack()
/external/v8/src/x64/
Dcode-stubs-x64.cc2357 ExternalReference c_entry_fp(Isolate::kCEntryFPAddress, isolate()); in Generate() local
2359 Operand c_entry_fp_operand = masm->ExternalOperand(c_entry_fp); in Generate()
2430 { Operand c_entry_fp_operand = masm->ExternalOperand(c_entry_fp); in Generate()
/external/v8/src/x87/
Dcode-stubs-x87.cc2145 ExternalReference c_entry_fp(Isolate::kCEntryFPAddress, isolate()); in Generate() local
2146 __ push(Operand::StaticVariable(c_entry_fp)); in Generate()
/external/v8/src/ia32/
Dcode-stubs-ia32.cc2433 ExternalReference c_entry_fp(Isolate::kCEntryFPAddress, isolate()); in Generate() local
2434 __ push(Operand::StaticVariable(c_entry_fp)); in Generate()
/external/v8/src/mips64/
Dcode-stubs-mips64.cc1265 ExternalReference c_entry_fp(Isolate::kCEntryFPAddress, isolate); in Generate() local
1266 __ li(a4, Operand(c_entry_fp)); in Generate()
/external/v8/src/ic/
Dic.cc151 const Address entry = Isolate::c_entry_fp(isolate->thread_local_top()); in IC()