Searched refs:c_entry_fp (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/v8/src/
H A Disolate-inl.h24 c_entry_fp_ = isolate->c_entry_fp(isolate->thread_local_top());
H A Dframes.cc104 Isolate::c_entry_fp(top), &state);
206 type = ExitFrame::GetStateForFramePointer(Isolate::c_entry_fp(top), &state);
251 Address c_entry_fp = Isolate::c_entry_fp(top); local
252 if (!IsValidExitFrame(c_entry_fp)) return false;
257 return c_entry_fp < handler;
H A Disolate.h170 C(CEntryFP, c_entry_fp) \
646 static Address c_entry_fp(ThreadLocalTop* thread) { function in class:v8::internal::Isolate
H A Dbuiltins.cc145 Address fp = Isolate::c_entry_fp(isolate->thread_local_top());
H A Disolate.cc606 if (c_entry_fp(thread_local_top()) == 0) return;
/external/chromium_org/v8/src/x64/
H A Dcode-stubs-x64.cc2386 ExternalReference c_entry_fp(Isolate::kCEntryFPAddress, isolate());
2388 Operand c_entry_fp_operand = masm->ExternalOperand(c_entry_fp);
2460 { Operand c_entry_fp_operand = masm->ExternalOperand(c_entry_fp);
/external/chromium_org/v8/src/ia32/
H A Dcode-stubs-ia32.cc2439 ExternalReference c_entry_fp(Isolate::kCEntryFPAddress, isolate());
2440 __ push(Operand::StaticVariable(c_entry_fp));
/external/chromium_org/v8/src/x87/
H A Dcode-stubs-x87.cc2130 ExternalReference c_entry_fp(Isolate::kCEntryFPAddress, isolate());
2131 __ push(Operand::StaticVariable(c_entry_fp));
/external/chromium_org/v8/src/mips64/
H A Dcode-stubs-mips64.cc1273 ExternalReference c_entry_fp(Isolate::kCEntryFPAddress, isolate);
1274 __ li(a4, Operand(c_entry_fp));
/external/chromium_org/v8/src/ic/
H A Dic.cc146 const Address entry = Isolate::c_entry_fp(isolate->thread_local_top());

Completed in 269 milliseconds