Home
last modified time | relevance | path

Searched refs:code_kind (Results 1 – 4 of 4) sorted by relevance

/external/v8/tools/profviz/
Dcomposer.js480 var code_kind = CodeKinds[name];
483 var row = MergeRanges(TicksToRanges(code_kind.in_execution));
485 DrawBar(offset, code_kind.color,
492 row = MergeRanges(TicksToRanges(code_kind.stack_frames[i]));
494 DrawBar(offset, code_kind.color,
/external/v8/src/
Dobjects.h8047 Object* Lookup(MapHandleList* maps, int code_kind);
8052 int code_kind,
Dobjects.cc10551 int code_kind) { in Lookup() argument
10553 PolymorphicCodeCacheHashTableKey key(maps, code_kind); in Lookup()
10563 int code_kind, in Put() argument
10565 PolymorphicCodeCacheHashTableKey key(maps, code_kind); in Put()
/external/bison/
DChangeLog-201213849 token_type, not braced_code code_kind. All uses changed.