/external/v8/test/cctest/ |
D | test-sampler-api.cc | 87 const void* code_start; member 118 static_cast<const uint8_t*>(entry.code_start) + entry.code_len; in FindEventEntry() 158 entry.code_start = event->code_start; in DoJitCodeEventHandler() 160 code_entries_.insert(std::make_pair(entry.code_start, entry)); in DoJitCodeEventHandler() 164 CodeEntries::iterator it = code_entries_.find(event->code_start); in DoJitCodeEventHandler() 169 entry.code_start = event->new_code_start; in DoJitCodeEventHandler() 171 code_entries_.insert(std::make_pair(entry.code_start, entry)); in DoJitCodeEventHandler() 175 code_entries_.erase(event->code_start); in DoJitCodeEventHandler()
|
D | test-api.cc | 13858 CHECK(event->code_start != NULL); in OnJitEvent() 13870 InsertSymbolAt(reinterpret_cast<i::Address>(event->code_start), &info); in OnJitEvent() 13884 reinterpret_cast<i::Address>(event->code_start))); in OnJitEvent() 14137 CHECK(event->code_start != NULL); in event_handler() 14141 event->code_start, i::ComputePointerHash(event->code_start)); in event_handler() 14151 uint32_t hash = i::ComputePointerHash(event->code_start); in event_handler() 14159 i::HashMap::Entry* entry = code_map->Lookup(event->code_start, hash); in event_handler() 14164 code_map->Remove(event->code_start, hash); in event_handler()
|
/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/vixl/examples/ |
D | non-const-visitor.cc | 75 Label code_start, code_end; in main() local 76 masm.Bind(&code_start); in main() 80 Instruction* instr_start = masm.GetLabelAddress<Instruction*>(&code_start); in main()
|
D | custom-disassembler.cc | 143 Label code_start, code_end; in TestCustomDisassembler() local 144 masm.Bind(&code_start); in TestCustomDisassembler() 148 Instruction* instr_start = masm.GetLabelAddress<Instruction*>(&code_start); in TestCustomDisassembler()
|
/external/v8/src/third_party/vtune/ |
D | vtune-jit.cc | 191 jmethod.method_load_address = event->code_start; in event_handler() 208 GetEntries()->find(event->code_start); in event_handler() 230 GetEntries()->erase(event->code_start); in event_handler() 263 GetEntries()->insert(std::pair <void*, void*>(event->code_start, event->user_data)); in event_handler()
|
/external/v8/src/compiler/ |
D | instruction.cc | 663 return InstructionAt(block->code_start()); in GetBlockStart() 670 int code_start = static_cast<int>(instructions_.size()); in StartBlock() local 671 block->set_code_start(code_start); in StartBlock() 672 block_starts_.push_back(code_start); in StartBlock() 679 if (block->code_start() == end) { // Empty block. Insert a nop. in EndBlock() 683 DCHECK(block->code_start() >= 0 && block->code_start() < end); in EndBlock() 713 DCHECK(block->code_start() <= instruction_index && in GetInstructionBlock() 918 os << " instructions: [" << block->code_start() << ", " in operator <<()
|
D | jump-threading.cc | 77 for (int i = block->code_start(); i < block->code_end(); ++i) { in ComputeForwarding() 147 for (int i = block->code_start(); i < block->code_end(); ++i) { in ApplyForwarding()
|
D | frame-elider.cc | 24 for (auto i = block->code_start(); i < block->code_end(); ++i) { in MarkBlocks()
|
D | move-optimizer.cc | 155 for (int index = block->code_start(); index < block->code_end(); ++index) { in CompressBlock()
|
D | graph-visualizer.cc | 409 if (instruction_block->code_start() >= 0) { in PrintSchedule()
|
D | code-generator.cc | 143 for (int i = block->code_start(); i < block->code_end(); ++i) { in GenerateCode()
|
D | register-allocator-verifier.cc | 686 for (int instr_index = block->code_start(); instr_index < block->code_end(); in VerifyGapMoves()
|
D | instruction.h | 1097 int32_t code_start() const { return code_start_; } in code_start() function
|
D | instruction-selector.cc | 75 size_t start = instruction_block->code_start(); in SelectInstructions()
|
D | register-allocator.cc | 1484 code()->GetInstructionBlock(pos.ToInstructionIndex())->code_start() == in IsBlockBoundary()
|
/external/vixl/test/examples/ |
D | test-examples.cc | 553 Label code_start, code_end; in TEST() local 554 masm.Bind(&code_start); in TEST() 558 Instruction* instr_start = masm.GetLabelAddress<Instruction*>(&code_start); in TEST()
|
/external/v8/src/ |
D | gdb-jit.cc | 482 void Write(Writer* w, uintptr_t code_start, uintptr_t code_size) { in Write() argument 486 code_start, in Write() 556 uintptr_t code_start, in WriteSegmentCommand() argument 565 cmd->vmaddr = code_start; in WriteSegmentCommand() 2162 Address addr = reinterpret_cast<Address>(event->code_start); in EventHandler() 2197 PutLineInfo(reinterpret_cast<Address>(event->code_start), line_info); in EventHandler()
|
D | log.cc | 522 event.code_start = code->instruction_start(); in LogRecordedBuffer() 541 event.code_start = from_code->instruction_start(); in CodeMoveEvent() 561 event.code_start = from_code->instruction_start(); in CodeDeleteEvent() 598 event.code_start = code->instruction_start(); in EndCodePosInfoEvent()
|
/external/v8/include/ |
D | v8.h | 5194 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.
|