Searched refs:js_fun (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 1081 JSBoundFunction* js_fun = JSBoundFunction::cast(obj); in ExtractJSObjectReferences() local 1082 TagObject(js_fun->bound_arguments(), "(bound arguments)"); in ExtractJSObjectReferences() 1083 SetInternalReference(js_fun, entry, "bindings", js_fun->bound_arguments(), in ExtractJSObjectReferences() 1085 SetInternalReference(js_obj, entry, "bound_this", js_fun->bound_this(), in ExtractJSObjectReferences() 1088 js_fun->bound_target_function(), in ExtractJSObjectReferences() 1090 FixedArray* bindings = js_fun->bound_arguments(); in ExtractJSObjectReferences() 1096 JSFunction* js_fun = JSFunction::cast(js_obj); in ExtractJSObjectReferences() local 1097 Object* proto_or_map = js_fun->prototype_or_initial_map(); in ExtractJSObjectReferences() 1108 heap_->prototype_string(), js_fun->prototype()); in ExtractJSObjectReferences() 1114 SharedFunctionInfo* shared_info = js_fun->shared(); in ExtractJSObjectReferences() [all …]
|