HomeSort by relevance Sort by last modified time
    Searched refs:instruction_size (Results 1 - 24 of 24) sorted by null

  /art/runtime/
bytecode_utils.h 43 size_t instruction_size = CurrentInstruction().SizeInCodeUnits(); local
44 code_ptr_ += instruction_size;
45 dex_pc_ += instruction_size;
  /external/compiler-rt/lib/interception/
interception_win.cc 555 size_t instruction_size = GetInstructionSize(address + cursor); local
556 if (!instruction_size)
558 cursor += instruction_size;
642 size_t instruction_size = GetInstructionSize(old_func); local
643 if (instruction_size < kShortJumpInstructionLength ||
649 uptr trampoline_length = instruction_size + kDirectBranchLength;
653 CopyInstructions(trampoline, old_func, instruction_size);
654 WriteDirectBranch(trampoline + instruction_size,
655 old_func + instruction_size);
  /external/v8/src/
codegen.cc 134 code->instruction_size());
136 code->instruction_size());
disassembler.cc 49 if (0 <= offs && offs < code_->instruction_size()) {
log.cc 279 code->instruction_size(), length, name);
390 event.code_size = code->instruction_size();
395 code->instruction_size());
454 event.code_len = code->instruction_size();
471 event.code_len = from->instruction_size();
    [all...]
perf-jit.cc 222 : code->instruction_size();
runtime-profiler.cc 292 shared_code->instruction_size() < kMaxSizeEarlyOpt) {
objects-inl.h     [all...]
objects.h     [all...]
code-stubs.cc 88 counters->total_stubs_code_size()->Increment(code->instruction_size());
    [all...]
objects.cc     [all...]
  /external/v8/src/arm/
code-stubs-arm.h 113 stub->instruction_size(), CodeObjectRequired::kNo);
  /external/v8/src/mips/
code-stubs-mips.h 144 stub->instruction_size(), CodeObjectRequired::kNo);
  /external/v8/src/mips64/
code-stubs-mips64.h 145 stub->instruction_size(), CodeObjectRequired::kNo);
  /external/v8/src/ppc/
code-stubs-ppc.h 131 stub->instruction_size(), CodeObjectRequired::kNo);
  /external/v8/src/snapshot/
deserializer.cc 48 code->instruction_size());
704 DCHECK(0 <= pc_offset && pc_offset <= code->instruction_size());
705 DCHECK(0 <= target_offset && target_offset <= code->instruction_size());
    [all...]
serializer.cc 644 pc_offset <= Code::cast(object_)->instruction_size());
646 target_offset <= Code::cast(object_)->instruction_size());
  /external/v8/src/s390/
code-stubs-s390.h 155 stub->instruction_size(), CodeObjectRequired::kNo);
  /external/v8/src/wasm/
wasm-module.cc 178 code->instruction_size());
514 code->instruction_size());
801 code->instruction_size());
    [all...]
  /art/compiler/utils/x86/
assembler_x86.h 784 void EmitLabel(Label* label, int instruction_size);
assembler_x86.cc     [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.h 855 void EmitLabel(Label* label, int instruction_size);
assembler_x86_64.cc     [all...]
  /external/v8/tools/
grokdump.py     [all...]

Completed in 1102 milliseconds