Home | History | Annotate | Download | only in cctest

Lines Matching full:func_entry

1068   CodeEntry* func_entry = generator->code_map()->FindEntry(code_address);
1069 CHECK(func_entry);
1070 CHECK_EQ(0, strcmp(func_name, func_entry->name()));
1071 const i::JITLineInfoTable* line_info = func_entry->line_info();
1079 ProfileNode* func_node = root->FindChild(func_entry);