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

  /external/libbrillo/brillo/
any.h 142 T* GetPtr() {
  /external/deqp-deps/SPIRV-Tools/source/opt/
mem_pass.cpp 95 Instruction* MemPass::GetPtr(uint32_t ptrId, uint32_t* varId) {
120 Instruction* MemPass::GetPtr(Instruction* ip, uint32_t* varId) {
126 return GetPtr(ptrId, varId);
200 if (di->opcode() == SpvOpLoad) (void)GetPtr(di, &varId);
481 (void)GetPtr(&inst, &varId);
common_uniform_elim_pass.cpp 75 Instruction* CommonUniformElimPass::GetPtr(Instruction* ip, uint32_t* objId) {
270 Instruction* ptrInst = GetPtr(inst, &varId);
365 Instruction* ptrInst = GetPtr(inst, &varId);
411 Instruction* ptrInst = GetPtr(inst, &varId);
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
mem_pass.cpp 95 Instruction* MemPass::GetPtr(uint32_t ptrId, uint32_t* varId) {
120 Instruction* MemPass::GetPtr(Instruction* ip, uint32_t* varId) {
126 return GetPtr(ptrId, varId);
200 if (di->opcode() == SpvOpLoad) (void)GetPtr(di, &varId);
481 (void)GetPtr(&inst, &varId);
common_uniform_elim_pass.cpp 75 Instruction* CommonUniformElimPass::GetPtr(Instruction* ip, uint32_t* objId) {
270 Instruction* ptrInst = GetPtr(inst, &varId);
370 Instruction* ptrInst = GetPtr(inst, &varId);
416 Instruction* ptrInst = GetPtr(inst, &varId);
  /cts/tests/signature/api-check/src/jni/
classdescriptors.cpp 76 T* GetPtr() { return &ref_; };
169 error = (getFields != JNI_FALSE) ? jvmti_env->GetClassFields(klass, &count, fids.GetPtr())
170 : jvmti_env->GetClassMethods(klass, &count, mids.GetPtr());
193 ? jvmti_env->GetFieldName(klass, fids.Get()[i], name.GetPtr(), type.GetPtr(), nullptr)
194 : jvmti_env->GetMethodName(mids.Get()[i], name.GetPtr(), type.GetPtr(), nullptr);
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
PiPcd.h 417 EFI_PEI_PCD_PPI_GET_POINTER GetPtr;
Pcd.h 825 PCD_PPI_GET_POINTER GetPtr;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
PiPcd.h 409 EFI_PCD_PROTOCOL_GET_POINTER GetPtr;
Pcd.h 832 PCD_PROTOCOL_GET_POINTER GetPtr;
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.h 311 const Byte *GetPtr() const { return _buffer + _pos; }
  /external/v8/src/
counters.h 127 if (int* loc = GetPtr()) SetLoc(loc, value);
132 if (int* loc = GetPtr()) IncrementLoc(loc);
136 if (int* loc = GetPtr()) IncrementLoc(loc, value);
141 if (int* loc = GetPtr()) DecrementLoc(loc);
145 if (int* loc = GetPtr()) DecrementLoc(loc, value);
150 bool Enabled() { return GetPtr() != nullptr; }
156 int* loc = GetPtr();
172 int* GetPtr() {
    [all...]

Completed in 3798 milliseconds