/third_party/node/deps/v8/src/compiler/ |
H A D | compilation-dependencies.cc | 141 std::pair<Handle<HeapObject>, DependentCode::DependencyGroups>; in InstallAllPredictable()
|
H A D | raw-machine-assembler.h | 966 using CFunctionArg = std::pair<MachineType, Node*>;
|
H A D | scheduler.cc | 734 using Backedge = std::pair<BasicBlock*, size_t>;
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | instruction.h | 1463 // A deoptimization entry is a pair of the reason why we deoptimize and the 1639 ZoneAllocator<std::pair<const int, Constant> > >;
|
H A D | register-allocator.h | 251 ZoneVector<std::pair<TopLevelLiveRange*, int>>;
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-interface.cc | 725 std::pair<int, int> WasmScript::GetFunctionRange(int function_index) const { in GetFunctionRange()
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | gdb-jit.cc | 1918 static base::Optional<std::pair<CodeMap::iterator, CodeMap::iterator>>
|
/third_party/node/deps/v8/src/heap/ |
H A D | heap.h | 2163 std::vector<std::pair<v8::NearHeapLimitCallback, void*>>
|
/third_party/node/deps/v8/src/execution/ |
H A D | isolate.h | 2170 // The cache stores the most recently accessed {locales,obj} pair for each 2241 using InterruptEntry = std::pair<InterruptCallback, void*>;
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | interpreter-assembler.cc | 247 std::pair<TNode<Object>, TNode<Object>>
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineColorWriteEnableTests.cpp | 1857 std::pair<bool, const char*> in createColorWriteEnable2Tests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassMultisampleTests.cpp | 73 using std::pair;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | formatutilsgl.cpp | 129 typedef std::pair<GLenum, InternalFormatInfo> InternalFormatInfoPair;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Buffer11.cpp | 202 std::map<std::pair<unsigned int, unsigned int>, d3d11::UnorderedAccessView> mBufferRawUAVs;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineInstr.cpp | 959 /// readsWritesVirtualRegister - Return a pair of bools (reads, writes) 962 std::pair<bool,bool>
|
H A D | PeepholeOptimizer.cpp | 266 using IndexPair = std::pair<unsigned, unsigned>; 313 assert(Idx < getNumSources() && "Reg pair source out of index"); in setSource() 1105 /// Given a \p Def.Reg and Def.SubReg pair, use \p RewriteMap to find
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngine.cpp | 1192 std::map<std::pair<std::string, Type*>, in emitGlobals()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 652 SmallVector<std::pair<unsigned, MDNode *>, 2> MDs; in stripNonLineTableDebugInfo()
|
H A D | DebugInfoMetadata.cpp | 89 SmallSet<std::pair<DIScope *, DILocation *>, 5> Locations;
|
H A D | Function.cpp | 1132 std::pair<Type *, ArrayRef<Intrinsic::IITDescriptor>>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | WasmObjectFile.cpp | 688 std::vector<std::pair<std::string, std::string>> *ProducerVec = nullptr; in parseProducersSection()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcCompressedFormatTests.cpp | 140 const vector<pair<vector<GLenum>, vector<GLenum>>>
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_memory.cpp | 231 std::pair<SpvStorageClass, SpvStorageClass> GetStorageClass( in GetStorageClass()
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_capability_test.cpp | 74 std::tuple<std::string, std::pair<std::string, std::vector<std::string>>>;
|
/third_party/skia/samplecode/ |
H A D | SampleVariableWidthStroker.cpp | 1345 const std::array<std::pair<std::string, SkVarWidthStroker::LengthMetric>, 2> metrics = {
|