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

  /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/arm/
code-stubs-arm.h 102 stub->instruction_size(), CodeObjectRequired::kNo);
  /external/v8/src/
codegen.cc 136 code->instruction_size());
disassembler.cc 51 if (0 <= offs && offs < code_->instruction_size()) {
perf-jit.cc 222 : code->instruction_size();
runtime-profiler.cc 292 shared_code->instruction_size() < kMaxSizeEarlyOpt) {
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...]
objects-inl.h     [all...]
code-stubs.cc 94 counters->total_stubs_code_size()->Increment(code->instruction_size());
    [all...]
objects.h     [all...]
objects.cc     [all...]
  /external/v8/src/mips/
code-stubs-mips.h 133 stub->instruction_size(), CodeObjectRequired::kNo);
  /external/v8/src/mips64/
code-stubs-mips64.h 134 stub->instruction_size(), CodeObjectRequired::kNo);
  /external/v8/src/ppc/
code-stubs-ppc.h 122 stub->instruction_size(), CodeObjectRequired::kNo);
  /external/v8/src/snapshot/
deserializer.cc 52 code->instruction_size());
714 DCHECK(0 <= pc_offset && pc_offset <= code->instruction_size());
715 DCHECK(0 <= target_offset && target_offset <= code->instruction_size())
    [all...]
serializer.cc 646 pc_offset <= Code::cast(object_)->instruction_size());
648 target_offset <= Code::cast(object_)->instruction_size());
  /external/v8/src/s390/
code-stubs-s390.h 146 stub->instruction_size(), CodeObjectRequired::kNo);
  /art/compiler/utils/x86/
assembler_x86.h 824 void EmitLabel(Label* label, int instruction_size);
assembler_x86.cc     [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.h 911 void EmitLabel(Label* label, int instruction_size);
    [all...]
assembler_x86_64.cc     [all...]
  /external/v8/tools/
grokdump.py     [all...]
  /external/swiftshader/third_party/subzero/src/
IceAssemblerX86Base.h 767 void emitLabel(Label *label, intptr_t instruction_size);
    [all...]
IceAssemblerX86BaseImpl.h     [all...]
  /external/v8/src/wasm/
wasm-module.cc 133 code->instruction_size());
609 code->instruction_size());
    [all...]

Completed in 881 milliseconds