HomeSort by relevance Sort by last modified time
    Searched defs:GetLocation (Results 1 - 25 of 30) sorted by null

1 2

  /art/compiler/linker/
output_stream.h 41 const std::string& GetLocation() const {
  /art/openjdkjvmti/
ti_breakpoint.h 66 jlocation GetLocation() const {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyInterrupt/
LegacyInterrupt.h 129 EFI_LEGACY_INTERRUPT_GET_LOCATION GetLocation;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
LegacyInterrupt.h 113 EFI_LEGACY_INTERRUPT_GET_LOCATION GetLocation;
  /device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/
LegacyInterrupt.c 33 GetLocation,
77 GetLocation (
  /external/libbrillo/brillo/errors/
error.h 61 const tracked_objects::LocationSnapshot& GetLocation() const {
  /art/runtime/
oat_file.h 145 const std::string& GetLocation() const {
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkViews.java 81 COMMAND_MAP.put("getlocation", new GetLocation());
287 public static class GetLocation implements ViewIntrospectionCommand {
288 //queryview [id type] [id] getlocation
289 //queryview viewid button1 getlocation
  /external/syslinux/efi32/include/efi/
efipciio.h 211 EFI_PCI_IO_PROTOCOL_GET_LOCATION GetLocation;
  /external/syslinux/efi64/include/efi/
efipciio.h 211 EFI_PCI_IO_PROTOCOL_GET_LOCATION GetLocation;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efipciio.h 211 EFI_PCI_IO_PROTOCOL_GET_LOCATION GetLocation;
  /external/v8/src/
global-handles.h 414 return Handle<Object>(GetLocation(index));
450 inline Object** GetLocation(int index) {
  /external/vixl/src/
pool-manager.h 199 T GetLocation() const { return location_; }
351 T GetLocation() const { return location_; }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplustypes.h 203 VOID GetLocation(Point *point) const {
328 VOID GetLocation(PointF *point) const {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PciIo/
PciIo.h 265 EFI_PCI_IO_PROTOCOL_GET_LOCATION GetLocation;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
PciIo.h 535 EFI_PCI_IO_PROTOCOL_GET_LOCATION GetLocation;
  /external/swiftshader/third_party/LLVM/lib/Analysis/
MemoryDependenceAnalysis.cpp 114 /// GetLocation - If the given instruction references a specific memory
119 AliasAnalysis::ModRefResult GetLocation(const Instruction *Inst,
124 Loc = AA->getLocation(LI);
127 Loc = AA->getLocation(LI);
136 Loc = AA->getLocation(SI);
139 Loc = AA->getLocation(SI);
147 Loc = AA->getLocation(V);
208 AliasAnalysis::ModRefResult MR = GetLocation(Inst, Loc, AA);
383 AliasAnalysis::Location LoadLoc = AA->getLocation(LI);
451 AliasAnalysis::Location StoreLoc = AA->getLocation(SI)
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
PciIo.h 496 EFI_PCI_IO_PROTOCOL_GET_LOCATION GetLocation;
  /external/v8/src/compiler/
linkage.h 97 caller_location.GetLocation() + stack_param_delta,
133 int32_t GetLocation() const {
140 return IsRegister() && GetLocation() == ANY_REGISTER;
142 bool IsCallerFrameSlot() const { return !IsRegister() && GetLocation() < 0; }
143 bool IsCalleeFrameSlot() const { return !IsRegister() && GetLocation() >= 0; }
147 return GetLocation();
151 return GetLocation();
155 return GetLocation();
  /art/runtime/mirror/
class.cc     [all...]
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 89 static ModRefInfo GetLocation(const Instruction *Inst, MemoryLocation &Loc,
181 ModRefInfo MR = GetLocation(Inst, Loc, TLI);
708 ModRefInfo MR = GetLocation(QueryInst, MemLoc, TLI);
    [all...]
  /external/sonivox/jet_tools/JetCreator/
eas.py 403 def GetLocation (self):
    [all...]
  /external/vixl/src/aarch32/
disasm-aarch32.h 211 Location::Offset GetLocation() const { return location_; }
217 << label.GetLocation() << std::dec;
    [all...]
  /external/golang-protobuf/protoc-gen-go/descriptor/
descriptor.pb.go     [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc 175 TextFormat::ParseLocation TextFormat::ParseInfoTree::GetLocation(
    [all...]

Completed in 721 milliseconds

1 2