Home | History | Annotate | Download | only in src

Lines Matching refs:kind

41   switch (code->kind()) {
263 (code->kind() != AbstractCode::FUNCTION &&
264 code->kind() != AbstractCode::INTERPRETED_FUNCTION &&
265 code->kind() != AbstractCode::OPTIMIZED_FUNCTION)) {
1096 kLogEventsNames[tag], code->kind());
1317 void Logger::HeapSampleBeginEvent(const char* space, const char* kind) {
1322 msg.Append("heap-sample-begin,\"%s\",\"%s\",%.0f", space, kind,
1328 void Logger::HeapSampleEndEvent(const char* space, const char* kind) {
1331 msg.Append("heap-sample-end,\"%s\",\"%s\"", space, kind);
1442 DCHECK(function->abstract_code()->kind() ==
1495 switch (code_object->kind()) {