Searched defs:GetLocation (Results 1 - 13 of 13) sorted by relevance

/external/libbrillo/brillo/errors/
H A Derror.h61 const tracked_objects::LocationSnapshot& GetLocation() const { function in class:brillo::Error
/external/syslinux/efi32/include/efi/
H A Defipciio.h211 EFI_PCI_IO_PROTOCOL_GET_LOCATION GetLocation; member in struct:_EFI_PCI_IO
/external/syslinux/efi64/include/efi/
H A Defipciio.h211 EFI_PCI_IO_PROTOCOL_GET_LOCATION GetLocation; member in struct:_EFI_PCI_IO
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
H A Defipciio.h211 EFI_PCI_IO_PROTOCOL_GET_LOCATION GetLocation; member in struct:_EFI_PCI_IO
/external/v8/src/
H A Dglobal-handles.h409 return Handle<Object>(GetLocation(index));
445 inline Object** GetLocation(int index) { function in class:v8::internal::EternalHandles
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp114 /// GetLocation - If the given instruction references a specific memory
119 AliasAnalysis::ModRefResult GetLocation(const Instruction *Inst, function
208 AliasAnalysis::ModRefResult MR = GetLocation(Inst, Loc, AA);
538 AliasAnalysis::ModRefResult MR = GetLocation(QueryInst, MemLoc, AA);
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
H A DPciIo.h496 EFI_PCI_IO_PROTOCOL_GET_LOCATION GetLocation; member in struct:_EFI_PCI_IO_PROTOCOL
/external/vixl/src/aarch32/
H A Dlabel-aarch32.h86 int32_t GetLocation() const { return location_; } function in class:vixl::aarch32::Label::ForwardReference
106 int32_t pc = GetLocation() + GetStatePCOffset();
186 Offset GetLocation() const { function in class:vixl::aarch32::Label
/external/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp89 static ModRefInfo GetLocation(const Instruction *Inst, MemoryLocation &Loc, function
181 ModRefInfo MR = GetLocation(Inst, Loc, TLI);
708 ModRefInfo MR = GetLocation(QueryInst, MemLoc, TLI);
/external/sonivox/jet_tools/JetCreator/
H A Deas.py403 def GetLocation (self): member in class:EAS_File
/external/v8/src/compiler/
H A Dlinkage.h97 caller_location.GetLocation() + stack_param_delta,
133 int32_t GetLocation() const { function in class:v8::internal::compiler::LinkageLocation
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();
/external/protobuf/src/google/protobuf/
H A Dtext_format.cc175 TextFormat::ParseLocation TextFormat::ParseInfoTree::GetLocation( function in class:google::protobuf::TextFormat::ParseInfoTree
/external/vixl/src/aarch64/
H A Dassembler-aarch64.h55 ptrdiff_t GetLocation() const { return location_; } function in class:vixl::aarch64::Label
56 VIXL_DEPRECATED("GetLocation", ptrdiff_t location() const) {
57 return GetLocation();
457 return GetBuffer().GetOffsetAddress<T>(label->GetLocation());
3050 return GetBuffer().GetOffsetFrom(label->GetLocation());

Completed in 559 milliseconds