Searched refs:IsAddressWithinFuncCode (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-log-stack-tracer.cc59 static bool IsAddressWithinFuncCode(JSFunction* function, Address addr) { function
65 static bool IsAddressWithinFuncCode(v8::Local<v8::Context> context, function
71 return IsAddressWithinFuncCode(js_func, addr);
178 CHECK(IsAddressWithinFuncCode(
180 CHECK(IsAddressWithinFuncCode(context, "JSTrace", sample.stack[base + 1]));
230 CHECK(IsAddressWithinFuncCode(context, "JSTrace", sample.stack[base + 0]));
231 CHECK(IsAddressWithinFuncCode(

Completed in 294 milliseconds