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

  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
EndTryLabelMethodItem.java 48 public int getLabelAddress() {
LabelMethodItem.java 82 writer.printUnsignedLongAsHex(this.getLabelAddress());
91 public int getLabelAddress() {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFCodeEmitter.h 64 /// getLabelAddress - Return the address of the specified LabelID,
66 virtual uintptr_t getLabelAddress(MCSymbol *Label) const {
67 assert(0 && "getLabelAddress not implemented");
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp 460 virtual uintptr_t getLabelAddress(MCSymbol *Label) const {
    [all...]

Completed in 80 milliseconds