Searched refs:code_start (Results 1 – 12 of 12) sorted by relevance
/external/bison/src/ |
D | scan-gram.l | 48 code_start = scanner_cursor = loc->start; \ 134 boundary code_start = scanner_cursor; 260 "%{" code_start = loc->start; BEGIN SC_PROLOGUE; 266 code_start = loc->start; 650 loc->start = code_start; 662 unexpected_eof (code_start, "}"); 664 loc->start = code_start; 680 loc->start = code_start; 687 unexpected_eof (code_start, "%}"); 689 loc->start = code_start; [all …]
|
D | scan-gram.c | 991 code_start = scanner_cursor = loc->start; \ 1322 boundary code_start = scanner_cursor; variable 1784 code_start = loc->start; BEGIN SC_PROLOGUE; variable 1793 code_start = loc->start; 2347 loc->start = code_start; 2365 unexpected_eof (code_start, "}"); 2367 loc->start = code_start; 2384 loc->start = code_start; 2393 unexpected_eof (code_start, "%}"); 2395 loc->start = code_start; [all …]
|
/external/chromium_org/v8/src/third_party/vtune/ |
D | vtune-jit.cc | 191 jmethod.method_load_address = event->code_start; in event_handler() 207 GetEntries()->find(event->code_start); in event_handler() 229 GetEntries()->erase(event->code_start); in event_handler() 262 GetEntries()->insert(std::pair <void*, void*>(event->code_start, event->user_data)); in event_handler()
|
/external/chromium_org/chrome/common/ |
D | profiling.cc | 31 add_dynamic_symbol_func(event->code_start, event->code_len, in JitCodeEventHandler() 36 move_dynamic_symbol_func(event->code_start, event->new_code_start); in JitCodeEventHandler()
|
/external/v8/src/ |
D | gdb-jit.cc | 508 void Write(Writer* w, uintptr_t code_start, uintptr_t code_size) { in Write() argument 512 code_start, in Write() 582 uintptr_t code_start, in WriteSegmentCommand() argument 591 cmd->vmaddr = code_start; in WriteSegmentCommand()
|
D | mark-compact.cc | 3151 Address code_start = code->address(); in SetMarkBitsUnderInvalidatedCode() local 3152 Address code_end = code_start + code->Size(); in SetMarkBitsUnderInvalidatedCode() 3154 uint32_t start_index = MemoryChunk::FastAddressToMarkbitIndex(code_start); in SetMarkBitsUnderInvalidatedCode()
|
/external/chromium_org/v8/src/ |
D | gdb-jit.cc | 510 void Write(Writer* w, uintptr_t code_start, uintptr_t code_size) { in Write() argument 514 code_start, in Write() 584 uintptr_t code_start, in WriteSegmentCommand() argument 593 cmd->vmaddr = code_start; in WriteSegmentCommand()
|
D | log.cc | 681 event.code_start = code->instruction_start(); in LogRecordedBuffer() 699 event.code_start = from_code->instruction_start(); in CodeMoveEvent() 719 event.code_start = from_code->instruction_start(); in CodeDeleteEvent() 756 event.code_start = code->instruction_start(); in EndCodePosInfoEvent()
|
D | mark-compact.cc | 3242 Address code_start = code->address(); in SetMarkBitsUnderInvalidatedCode() local 3243 Address code_end = code_start + code->Size(); in SetMarkBitsUnderInvalidatedCode() 3245 uint32_t start_index = MemoryChunk::FastAddressToMarkbitIndex(code_start); in SetMarkBitsUnderInvalidatedCode()
|
/external/chromium_org/v8/test/cctest/ |
D | test-api.cc | 13426 CHECK(event->code_start != NULL); in OnJitEvent() 13438 InsertSymbolAt(reinterpret_cast<i::Address>(event->code_start), &info); in OnJitEvent() 13452 reinterpret_cast<i::Address>(event->code_start))); in OnJitEvent() 13708 CHECK(event->code_start != NULL); in event_handler() 13712 code_map->Lookup(event->code_start, in event_handler() 13713 i::ComputePointerHash(event->code_start), in event_handler() 13724 uint32_t hash = i::ComputePointerHash(event->code_start); in event_handler() 13733 code_map->Lookup(event->code_start, hash, false); in event_handler() 13738 code_map->Remove(event->code_start, hash); in event_handler()
|
/external/chromium_org/v8/include/ |
D | v8.h | 4497 void* code_start; member
|
/external/bison/ |
D | ChangeLog-2012 | 13189 * scan-gram.l (YY_USER_INIT): Initialize code_start, too. 13295 * src/scan-gram.l (code_start): Initialize it to scanner_cursor, 13301 (<INITIAL>"%%"): Do not bother setting code_start, since its value 13306 * src/scan-gram.l (code_start): Always initialize it when entering 14250 (id_loc, code_start, token_start): New local vars. 14257 (<INITIAL>"%{", "{", "%%"): Save code_start.
|