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

  /external/compiler-rt/lib/interception/
interception_win.cc 686 size_t instructions_length = kBranchLength; local
693 instructions_length = RoundUpToInstrBoundary(kBranchLength, old_func);
694 if (!instructions_length)
698 uptr trampoline_length = instructions_length + kDirectBranchLength;
702 CopyInstructions(trampoline, old_func, instructions_length);
703 WriteDirectBranch(trampoline + instructions_length,
704 old_func + instructions_length);
723 uptr patch_length = instructions_length + padding_length;
  /external/v8/src/snapshot/
snapshot.h 110 uint32_t instructions_length; member in struct:v8::internal::final::Metadata
113 STATIC_ASSERT(offsetof(Metadata, instructions_length) == kUInt32Size);
snapshot-common.cc 423 metadata[i].instructions_length = length;
499 return metadata[i].instructions_length;

Completed in 3444 milliseconds