Lines Matching refs:stack
73 // sp is only used to define stack high bound
214 // from the calling function. When this function runs, the stack contains
273 // This test verifies that stack tracing works when called during
275 // StackTracer uses Isolate::c_entry_fp as a starting point for stack
296 // When stack tracer is invoked, the stack should look as follows:
307 // Stack tracing will start from the first JS function, i.e. "JSFuncDoTrace"
311 CHECK(IsAddressWithinFuncCode("JSFuncDoTrace", sample.stack[base + 0]));
312 CHECK(IsAddressWithinFuncCode("JSTrace", sample.stack[base + 1]));
316 // This test verifies that stack tracing works when called during
320 // pointer value as a starting point for stack walking.
323 // don't appear in the stack trace.
344 // When stack tracer is invoked, the stack should look as follows:
357 // Stack sampling will start from the caller of JSFuncDoTrace, i.e. "JSTrace"
360 CHECK(IsAddressWithinFuncCode("JSTrace", sample.stack[base + 0]));
361 CHECK(IsAddressWithinFuncCode("OuterJSTrace", sample.stack[base + 1]));
390 // This test verifies that stack tracing doesn't crash when called on