Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-wasm.cc26 const Address entry = Isolate::c_entry_fp(isolate->thread_local_top()); in GetWasmInstanceOnStackTop()
/external/v8/src/
Dframes.cc102 Isolate::c_entry_fp(top), &state); in Reset()
222 type = ExitFrame::GetStateForFramePointer(Isolate::c_entry_fp(top), &state); in SafeStackFrameIterator()
273 Address c_entry_fp = Isolate::c_entry_fp(top); in IsValidTop() local
274 if (!IsValidExitFrame(c_entry_fp)) return false; in IsValidTop()
279 return c_entry_fp < handler; in IsValidTop()
Disolate.h185 C(CEntryFP, c_entry_fp) \
625 static Address c_entry_fp(ThreadLocalTop* thread) { in c_entry_fp() function
Disolate.cc838 if (c_entry_fp(thread_local_top()) == 0) return; in PrintStack()
3679 c_entry_fp_ = isolate->c_entry_fp(isolate->thread_local_top()); in Throw()
/external/v8/src/profiler/
Dcpu-profiler.cc69 Address fp = isolate->c_entry_fp(isolate->thread_local_top()); in AddDeoptStack()
/external/v8/src/x64/
Dcode-stubs-x64.cc1498 ExternalReference c_entry_fp(Isolate::kCEntryFPAddress, isolate()); in Generate() local
1500 Operand c_entry_fp_operand = masm->ExternalOperand(c_entry_fp); in Generate()
1567 { Operand c_entry_fp_operand = masm->ExternalOperand(c_entry_fp); in Generate()
/external/v8/src/ia32/
Dcode-stubs-ia32.cc1559 ExternalReference c_entry_fp(Isolate::kCEntryFPAddress, isolate()); in Generate() local
1560 __ push(Operand::StaticVariable(c_entry_fp)); in Generate()
/external/v8/src/mips64/
Dcode-stubs-mips64.cc1144 ExternalReference c_entry_fp(Isolate::kCEntryFPAddress, isolate); in Generate() local
1145 __ li(a4, Operand(c_entry_fp)); in Generate()
/external/v8/src/x87/
Dcode-stubs-x87.cc1607 ExternalReference c_entry_fp(Isolate::kCEntryFPAddress, isolate()); in Generate() local
1608 __ push(Operand::StaticVariable(c_entry_fp)); in Generate()
/external/v8/src/ic/
Dic.cc187 const Address entry = Isolate::c_entry_fp(isolate->thread_local_top()); in IC()