Searched refs:js_fun (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/v8/src/ |
D | heap-snapshot-generator.cc | 1121 JSFunction* js_fun = JSFunction::cast(js_obj); in ExtractJSObjectReferences() local 1122 Object* proto_or_map = js_fun->prototype_or_initial_map(); in ExtractJSObjectReferences() 1133 heap_->prototype_string(), js_fun->prototype()); in ExtractJSObjectReferences() 1139 SharedFunctionInfo* shared_info = js_fun->shared(); in ExtractJSObjectReferences() 1142 TagObject(js_fun->literals_or_bindings(), in ExtractJSObjectReferences() 1144 SetInternalReference(js_fun, entry, in ExtractJSObjectReferences() 1146 js_fun->literals_or_bindings(), in ExtractJSObjectReferences() 1149 SetInternalReference(js_fun, entry, in ExtractJSObjectReferences() 1152 TagObject(js_fun->context(), "(context)"); in ExtractJSObjectReferences() 1153 SetInternalReference(js_fun, entry, in ExtractJSObjectReferences() [all …]
|