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

/external/libbrillo/brillo/errors/
H A Derror.h61 const tracked_objects::LocationSnapshot& GetLocation() const { function in class:brillo::Error
/external/libweave/include/weave/
H A Derror.h73 const tracked_objects::LocationSnapshot& GetLocation() const { function in class:weave::final
/external/v8/src/
H A Dglobal-handles.h408 return Handle<Object>(GetLocation(index));
444 inline Object** GetLocation(int index) { function in class:v8::internal::EternalHandles
/external/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp126 /// GetLocation - If the given instruction references a specific memory
130 static ModRefInfo GetLocation(const Instruction *Inst, MemoryLocation &Loc, function
223 ModRefInfo MR = GetLocation(Inst, Loc, *TLI);
763 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.h83 caller_location.GetLocation() - stack_param_delta);
105 int32_t GetLocation() const { function in class:v8::internal::compiler::LinkageLocation
112 return IsRegister() && GetLocation() == ANY_REGISTER;
114 bool IsCallerFrameSlot() const { return !IsRegister() && GetLocation() < 0; }
115 bool IsCalleeFrameSlot() const { return !IsRegister() && GetLocation() >= 0; }
119 return GetLocation();
123 return GetLocation();
127 return GetLocation();
/external/protobuf/src/google/protobuf/
H A Dtext_format.cc153 TextFormat::ParseLocation TextFormat::ParseInfoTree::GetLocation( function in class:google::protobuf::TextFormat::ParseInfoTree

Completed in 250 milliseconds