HomeSort by relevance Sort by last modified time
    Searched refs:proto_or_map (Results 1 - 2 of 2) sorted by null

  /external/v8/src/builtins/
builtins-handler.cc 140 Node* proto_or_map = local
142 GotoIf(IsTheHole(proto_or_map), &miss);
144 Variable var_result(this, MachineRepresentation::kTagged, proto_or_map);
146 GotoIfNot(IsMap(proto_or_map), &done);
148 var_result.Bind(LoadMapPrototype(proto_or_map));
  /external/v8/src/profiler/
heap-snapshot-generator.cc 1097 Object* proto_or_map = js_fun->prototype_or_initial_map(); local
    [all...]

Completed in 175 milliseconds