Searched refs:c_entry_fp (Results 1 – 9 of 9) sorted by relevance
105 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() local253 if (!IsValidExitFrame(c_entry_fp)) return false; in IsValidTop()258 return c_entry_fp < handler; in IsValidTop()
169 C(CEntryFP, c_entry_fp) \595 static Address c_entry_fp(ThreadLocalTop* thread) { in c_entry_fp() function
719 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()
48 Address fp = isolate->c_entry_fp(isolate->thread_local_top()); in AddDeoptStack()
2357 ExternalReference c_entry_fp(Isolate::kCEntryFPAddress, isolate()); in Generate() local2359 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()
2145 ExternalReference c_entry_fp(Isolate::kCEntryFPAddress, isolate()); in Generate() local2146 __ push(Operand::StaticVariable(c_entry_fp)); in Generate()
2433 ExternalReference c_entry_fp(Isolate::kCEntryFPAddress, isolate()); in Generate() local2434 __ push(Operand::StaticVariable(c_entry_fp)); in Generate()
1265 ExternalReference c_entry_fp(Isolate::kCEntryFPAddress, isolate); in Generate() local1266 __ li(a4, Operand(c_entry_fp)); in Generate()
151 const Address entry = Isolate::c_entry_fp(isolate->thread_local_top()); in IC()