Home | History | Annotate | Download | only in cctest

Lines Matching refs:Address

50 using v8::internal::Address;
71 static void DoTrace(Address fp) {
75 reinterpret_cast<Address>(trace_env.sample) - 10240;
82 static void DoTraceHideCEntryFPAddress(Address fp) {
83 v8::internal::Address saved_c_frame_fp =
104 static Address GetFP(const v8::Arguments& args);
132 Address TraceExtension::GetFP(const v8::Arguments& args) {
136 Address fp = *reinterpret_cast<Address*>(*args[0]);
140 Address fp = reinterpret_cast<Address>(high_bits | low_bits);
161 static Address GetJsEntrySp() {
176 const Address js_entry_sp = GetJsEntrySp();
200 static bool IsAddressWithinFuncCode(JSFunction* function, Address addr) {
205 static bool IsAddressWithinFuncCode(const char* func_name, Address addr) {
366 Address fp;
368 fp = reinterpret_cast<Address>(__builtin_frame_address(0));
370 // Approximate a frame pointer address. We compile without base pointers,