Searched defs:total_cost (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_trace.c76 jlong total_cost; /* Total cost associated with trace */ member in struct:TraceInfo
171 "total_cost=(%d,%d), status=0x%08x\n",
176 jlong_high(info->total_cost),
177 jlong_low(info->total_cost),
191 info->total_cost = 0;
438 trace_increment_cost(TraceIndex index, jint num_hits, jlong self_cost, jlong total_cost) argument
446 info->total_cost += total_cost;
669 info->total_cost += (jlong)1;
848 (int)info->total_cost);
[all...]
H A Dhprof_io.c1026 io_write_cpu_samples_header(jlong total_cost, jint n_items) argument
1031 write_u4((jint)total_cost);
1044 /*jlong*/(int)total_cost, ctime(&t));
/openjdk7/hotspot/src/share/vm/adlc/
H A Ddfa.cpp332 // total_cost = icost + cost;
333 Expr *total_cost = icost->clone(); // icost + cost local
334 total_cost->add(cost, *this);
339 // printf(" result=%s cost=%s rule=%s\n", result, total_cost, rule);
342 cost_check(fp, indent, ArchDesc::getMachOperEnum(result), total_cost, reduce_rule, status);
343 chain_rule(fp, indent, result, total_cost, irule, operands_chained_from, status);
345 // printf(" result=%s cost=%s rule=%s\n", result, total_cost, rule);
347 cost_check(fp, indent, ArchDesc::getMachOperEnum(result), total_cost, rule, status);
348 chain_rule(fp, indent, result, total_cost, rule, operands_chained_from, status);
352 expand_opclass( fp, indent, total_cost, resul
[all...]

Completed in 39 milliseconds