Home
last modified time | relevance | path

Searched refs:code_start (Results 1 – 22 of 22) sorted by relevance

/external/v8/test/cctest/
Dtest-sampler-api.cc87 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()
Dtest-api.cc13858 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/
Dscan-gram.l48 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 …]
Dscan-gram.c991 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/
Dnon-const-visitor.cc75 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()
Dcustom-disassembler.cc143 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/
Dvtune-jit.cc191 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/
Dinstruction.cc663 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 <<()
Djump-threading.cc77 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()
Dframe-elider.cc24 for (auto i = block->code_start(); i < block->code_end(); ++i) { in MarkBlocks()
Dmove-optimizer.cc155 for (int index = block->code_start(); index < block->code_end(); ++index) { in CompressBlock()
Dgraph-visualizer.cc409 if (instruction_block->code_start() >= 0) { in PrintSchedule()
Dcode-generator.cc143 for (int i = block->code_start(); i < block->code_end(); ++i) { in GenerateCode()
Dregister-allocator-verifier.cc686 for (int instr_index = block->code_start(); instr_index < block->code_end(); in VerifyGapMoves()
Dinstruction.h1097 int32_t code_start() const { return code_start_; } in code_start() function
Dinstruction-selector.cc75 size_t start = instruction_block->code_start(); in SelectInstructions()
Dregister-allocator.cc1484 code()->GetInstructionBlock(pos.ToInstructionIndex())->code_start() == in IsBlockBoundary()
/external/vixl/test/examples/
Dtest-examples.cc553 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/
Dgdb-jit.cc482 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()
Dlog.cc522 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/
Dv8.h5194 void* code_start; member
/external/bison/
DChangeLog-201213189 * 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.