Searched refs:proto_or_map (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 974 Object* proto_or_map = js_fun->prototype_or_initial_map(); in ExtractJSObjectReferences() local 975 if (!proto_or_map->IsTheHole(heap_->isolate())) { in ExtractJSObjectReferences() 976 if (!proto_or_map->IsMap()) { in ExtractJSObjectReferences() 978 proto_or_map, nullptr, in ExtractJSObjectReferences() 983 SetInternalReference(obj, entry, "initial_map", proto_or_map, in ExtractJSObjectReferences()
|
/external/v8/src/ |
D | code-stub-assembler.cc | 2616 Node* proto_or_map = in LoadJSFunctionPrototype() local 2618 GotoIf(IsTheHole(proto_or_map), if_bailout); in LoadJSFunctionPrototype() 2620 VARIABLE(var_result, MachineRepresentation::kTagged, proto_or_map); in LoadJSFunctionPrototype() 2622 GotoIfNot(IsMap(proto_or_map), &done); in LoadJSFunctionPrototype() 2624 var_result.Bind(LoadMapPrototype(proto_or_map)); in LoadJSFunctionPrototype()
|