Home | History | Annotate | Download | only in src

Lines Matching refs:kind

425     // TODO(titzer): "can_access_heap_objects" is kind of bogus. It really
451 switch (code_obj->kind()) {
972 Code::cast(abstract_code)->kind() != Code::OPTIMIZED_FUNCTION ||
992 if (code->kind() == Code::FUNCTION) PrintF(" UNOPT ");
993 if (code->kind() == Code::OPTIMIZED_FUNCTION) {
1015 if (code->kind() == Code::BUILTIN ||
1148 DCHECK(code->kind() == Code::OPTIMIZED_FUNCTION);
1166 if (code->kind() == Code::BUILTIN ||
1413 if (code != NULL && code->kind() == Code::FUNCTION &&