Searched defs:IsAddressWithinFuncCode (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/v8/test/cctest/ |
H A D | test-log-stack-tracer.cc | 186 static bool IsAddressWithinFuncCode(JSFunction* function, Address addr) { function 192 static bool IsAddressWithinFuncCode(v8::Local<v8::Context> context, function 198 return IsAddressWithinFuncCode(js_func, addr); 305 CHECK(IsAddressWithinFuncCode( 307 CHECK(IsAddressWithinFuncCode(context, "JSTrace", sample.stack[base + 1])); 357 CHECK(IsAddressWithinFuncCode(context, "JSTrace", sample.stack[base + 0])); 358 CHECK(IsAddressWithinFuncCode(
|
/external/v8/test/cctest/ |
H A D | test-log-stack-tracer.cc | 200 static bool IsAddressWithinFuncCode(JSFunction* function, Address addr) { function 205 static bool IsAddressWithinFuncCode(const char* func_name, Address addr) { function 209 return IsAddressWithinFuncCode(js_func, addr); 311 CHECK(IsAddressWithinFuncCode("JSFuncDoTrace", sample.stack[base + 0])); 312 CHECK(IsAddressWithinFuncCode("JSTrace", sample.stack[base + 1])); 360 CHECK(IsAddressWithinFuncCode("JSTrace", sample.stack[base + 0])); 361 CHECK(IsAddressWithinFuncCode("OuterJSTrace", sample.stack[base + 1]));
|
Completed in 47 milliseconds