Home | History | Annotate | Download | only in snapshot

Lines Matching full:is_code_object_

1356         is_code_object_(o->IsCode()),
1402 bool is_code_object_;
2099 DCHECK(is_code_object_ && code_has_been_output_);
2239 if (to_skip != 0 && is_code_object_ && !code_has_been_output_) {
2245 if (bytes_to_output != 0 && (!is_code_object_ || outputting_code)) {
2258 if (is_code_object_) object_start = PrepareCode();
2260 const char* description = is_code_object_ ? "Code" : "Byte";