Searched refs:c_entry_fp (Results 1 – 10 of 10) sorted by relevance
24 c_entry_fp_ = isolate->c_entry_fp(isolate->thread_local_top()); in SaveContext()
104 Isolate::c_entry_fp(top), &state); in Reset()206 type = ExitFrame::GetStateForFramePointer(Isolate::c_entry_fp(top), &state); in SafeStackFrameIterator()251 Address c_entry_fp = Isolate::c_entry_fp(top); in IsValidTop() local252 if (!IsValidExitFrame(c_entry_fp)) return false; in IsValidTop()257 return c_entry_fp < handler; in IsValidTop()
170 C(CEntryFP, c_entry_fp) \646 static Address c_entry_fp(ThreadLocalTop* thread) { in c_entry_fp() function
145 Address fp = Isolate::c_entry_fp(isolate->thread_local_top()); in CalledAsConstructor()
606 if (c_entry_fp(thread_local_top()) == 0) return; in PrintStack()
2386 ExternalReference c_entry_fp(Isolate::kCEntryFPAddress, isolate()); in Generate() local2388 Operand c_entry_fp_operand = masm->ExternalOperand(c_entry_fp); in Generate()2460 { Operand c_entry_fp_operand = masm->ExternalOperand(c_entry_fp); in Generate()
2130 ExternalReference c_entry_fp(Isolate::kCEntryFPAddress, isolate()); in Generate() local2131 __ push(Operand::StaticVariable(c_entry_fp)); in Generate()
1273 ExternalReference c_entry_fp(Isolate::kCEntryFPAddress, isolate); in Generate() local1274 __ li(a4, Operand(c_entry_fp)); in Generate()
2439 ExternalReference c_entry_fp(Isolate::kCEntryFPAddress, isolate()); in Generate() local2440 __ push(Operand::StaticVariable(c_entry_fp)); in Generate()
146 const Address entry = Isolate::c_entry_fp(isolate->thread_local_top()); in IC()