Searched refs:offsetValue (Results 1 - 3 of 3) sorted by relevance

/external/smali/smali/src/main/antlr3/
H A DsmaliTreeWalker.g390 $targets[targetsPosition++] = ($method::currentAddress + $offset_or_label.offsetValue) - $baseAddress;
418 $targets[targetsPosition++] = ($method::currentAddress + $offset_or_label.offsetValue) - $baseAddress;
836 offset returns[int offsetValue]
843 $offsetValue = LiteralTools.parseInt(offsetText);
847 : offset {$address = $offset.offsetValue + $baseAddress;}
850 offset_or_label returns[int offsetValue]
851 : offset {$offsetValue = $offset.offsetValue;}
852 | label_ref {$offsetValue = $label_ref.labelAddress-$method::currentAddress;};
965 int addressOffset = $offset_or_label.offsetValue;
[all...]
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2341 llvm::Constant *offsetValue = llvm::ConstantExpr::getGetElementPtr( local
2346 offset->setInitializer(offsetValue);
2353 offset = new llvm::GlobalVariable(TheModule, offsetValue->getType(),
2354 false, llvm::GlobalValue::ExternalLinkage, offsetValue, Name);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 168 milliseconds