OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:code_kind_statistics
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/heap/
code-stats.cc
31
isolate->
code_kind_statistics
()[abstract_code->kind()] +=
72
int*
code_kind_statistics
= isolate->
code_kind_statistics
();
local
75
if (
code_kind_statistics
[i] > 0) {
78
code_kind_statistics
[i]);
111
int*
code_kind_statistics
= isolate->
code_kind_statistics
();
local
113
code_kind_statistics
[i] = 0;
/external/v8/src/
isolate.h
374
V(int,
code_kind_statistics
, AbstractCode::NUMBER_OF_KINDS)
[
all
...]
Completed in 264 milliseconds