Home | History | Annotate | Download | only in arm

Lines Matching refs:cur

380         int32_t* cur = NULL;
385 cur = reinterpret_cast<int32_t*>(sim_->get_register(Simulator::sp));
392 cur = reinterpret_cast<int32_t*>(value);
404 end = cur + words;
406 while (cur < end) {
408 reinterpret_cast<intptr_t>(cur), *cur, *cur);
409 HeapObject* obj = reinterpret_cast<HeapObject*>(*cur);
410 int value = *cur;
422 cur++;
431 byte* cur = NULL;
435 cur = reinterpret_cast<byte*>(sim_->get_pc());
436 end = cur + (10 * Instruction::kInstrSize);
443 cur = reinterpret_cast<byte*>(value);
445 end = cur + (10 * Instruction::kInstrSize);
451 cur = reinterpret_cast<byte*>(sim_->get_pc());
453 end = cur + (value * Instruction::kInstrSize);
460 cur = reinterpret_cast<byte*>(value1);
461 end = cur + (value2 * Instruction::kInstrSize);
465 while (cur < end) {
466 prev = cur;
467 cur += dasm.InstructionDecode(buffer, cur);