Searched refs:code_kind (Results 1 – 4 of 4) sorted by relevance
/external/v8/tools/profviz/ |
D | composer.js | 480 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/ |
D | objects.h | 8047 Object* Lookup(MapHandleList* maps, int code_kind); 8052 int code_kind,
|
D | objects.cc | 10551 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/ |
D | ChangeLog-2012 | 13849 token_type, not braced_code code_kind. All uses changed.
|