Searched refs:js_fun (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 957 JSBoundFunction* js_fun = JSBoundFunction::cast(obj); in ExtractJSObjectReferences() local 958 TagObject(js_fun->bound_arguments(), "(bound arguments)"); in ExtractJSObjectReferences() 959 SetInternalReference(js_fun, entry, "bindings", js_fun->bound_arguments(), in ExtractJSObjectReferences() 961 SetInternalReference(js_obj, entry, "bound_this", js_fun->bound_this(), in ExtractJSObjectReferences() 964 js_fun->bound_target_function(), in ExtractJSObjectReferences() 966 FixedArray* bindings = js_fun->bound_arguments(); in ExtractJSObjectReferences() 972 JSFunction* js_fun = JSFunction::cast(js_obj); in ExtractJSObjectReferences() local 973 if (js_fun->has_prototype_slot()) { in ExtractJSObjectReferences() 974 Object* proto_or_map = js_fun->prototype_or_initial_map(); in ExtractJSObjectReferences() 982 js_fun->prototype()); in ExtractJSObjectReferences() [all …]
|