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

  /art/compiler/
elf_patcher.cc 153 const CompilerDriver::CallPatchInformation* cpatch = patch->AsCall();
177 if (patch->IsCall() && patch->AsCall()->IsRelative()) {
  /art/compiler/driver/
compiler_driver.h 453 virtual const CallPatchInformation* AsCall() const {
498 const CallPatchInformation* AsCall() const {
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 553 unsigned Alignment, bool AsCall) {
566 if (AsCall && SizeIndex < kNumberOfAccessSizes) {
613 bool AsCall) {
623 if (AsCall && SizeIndex < kNumberOfAccessSizes) {
    [all...]
  /external/chromium_org/v8/src/
parser.cc     [all...]

Completed in 268 milliseconds