/third_party/node/src/ |
H A D | node_options.cc | 1001 if (!host.empty() && host.front() == '[' && host.back() == ']') in RemoveBrackets() 1337 env_argv.back() += c; in ParseNodeOptionsEnvVar()
|
/third_party/node/deps/googletest/src/ |
H A D | gtest-port.cc | 977 if (pattern_.empty() || pattern_.back() != '$') { in Init() 1046 return !path.empty() && path.back() == GTEST_PATH_SEP_[0]; 1109 // The confstr() implementation falls back to getenv("TMPDIR"). See
|
/third_party/node/deps/v8/src/heap/cppgc-js/ |
H A D | cpp-snapshot.cc | 71 char* named_edge_str = named_edges_.back().get(); in InternalizeEdgeName() 482 // pointing back to the object. Set up a wrapper node for the graph so in AddEdge() 495 // Generally the back reference will point to `parent.header()`. In the in AddEdge() 502 // inconsistency and only merge states when the backref points back in AddEdge() 739 std::unique_ptr<WorkstackItemBase> item = std::move(workstack_.back()); in ProcessPendingObjects()
|
H A D | cpp-heap.cc | 329 incremental_mark_batched_events_.events.back().cpp_wall_clock_duration_in_us = in AddMainThreadEvent() 347 incremental_sweep_batched_events_.events.back() in AddMainThreadEvent()
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-profiler-agent-impl.cc | 198 id = m_startedProfiles.back().m_id; in consoleProfileEnd() 199 resolvedTitle = m_startedProfiles.back().m_title; in consoleProfileEnd()
|
/third_party/node/deps/v8/src/heap/ |
H A D | sweeper.cc | 186 auto last_page = list.back(); in GetSweptPageSafe() 513 // The Scavenger may add already swept pages back. in ParallelSweepPage() 628 page = sweeping_list_[space_index].back(); in GetSweepingPageSafe()
|
/third_party/libabigail/src/ |
H A D | abg-ini.cc | 907 return buf_.back(); in peek() 950 result = buf_.back(); in get() 962 /// Put a character that was read from the input stream, back into 966 /// @param c the character to put back into the stream.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | EarlyIfConversion.cpp | 511 PHIInfo &PI = PHIs.back(); in canConvertIf() 761 DomTree->changeImmediateDominator(Node->getChildren().back(), HeadNode); in updateDomTree() 772 // If-conversion doesn't change loop structure, and it doesn't mess with back in updateLoops()
|
H A D | InterleavedLoadCombinePass.cpp | 1271 if (!VectorInfo::computeFromSVI(SVI, Candidates.back(), DL)) { in run() 1276 if (!Candidates.back().isInterleaved(Factor, DL)) { in run() 1289 // back on the list and continue searching in run()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeTypes.cpp | 221 SDNode *N = Worklist.back(); in run() 646 SDNode *N = NodesToAnalyze.back(); in ReplaceValueWith()
|
H A D | ScheduleDAGFast.cpp | 59 SUnit *V = Queue.back(); in pop() 539 // priority. If it is not ready put it back. Schedule the node. in ListScheduleBottomUp() 598 NewDef = Copies.back(); in ListScheduleBottomUp() 614 // Add the nodes that aren't ready back onto the available list. in ListScheduleBottomUp()
|
/third_party/skia/src/gpu/dawn/ |
H A D | GrDawnProgramBuilder.cpp | 214 auto back = stencilSettings.postOriginCWFace(origin); in create_depth_stencil_state() local 216 state.stencilBack = to_stencil_state_face(back); in create_depth_stencil_state()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | ir_context.cpp | 230 auto* i = work_list.back(); in CollectNonSemanticTree() 936 line_inst = &line_inst->dbg_line_insts().back(); in EmitErrorMessage()
|
H A D | loop_unroller.cpp | 425 // Add the new merge block to the back of the list of blocks to be added. It in PartiallyUnrollResidualFactor() 763 if (!lines.empty()) new_branch->AddDebugLine(&lines.back()); in FoldConditionBlock() 817 new_block_order.push_back(blocks_to_add_.back().get()); in DuplicateLoop()
|
H A D | merge_return_pass.cpp | 85 auto lastMergeInst = state_.back().BreakMergeInst(); in GenerateState() 94 auto lastMergeInst = state_.back().BreakMergeInst(); in GenerateState() 445 // If |block| is a loop header, then the back edge must jump to the original in BreakFromConstruct()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | ir_context.cpp | 230 auto* i = work_list.back(); in CollectNonSemanticTree() 936 line_inst = &line_inst->dbg_line_insts().back(); in EmitErrorMessage()
|
H A D | loop_unroller.cpp | 425 // Add the new merge block to the back of the list of blocks to be added. It in PartiallyUnrollResidualFactor() 763 if (!lines.empty()) new_branch->AddDebugLine(&lines.back()); in FoldConditionBlock() 817 new_block_order.push_back(blocks_to_add_.back().get()); in DuplicateLoop()
|
H A D | merge_return_pass.cpp | 85 auto lastMergeInst = state_.back().BreakMergeInst(); in GenerateState() 94 auto lastMergeInst = state_.back().BreakMergeInst(); in GenerateState() 445 // If |block| is a loop header, then the back edge must jump to the original in BreakFromConstruct()
|
/third_party/skia/third_party/externals/imgui/misc/freetype/ |
H A D | imgui_freetype.cpp | 555 src_glyph.BitmapData = (unsigned int*)(buf_bitmap_buffers.back() + buf_bitmap_current_used_bytes); in ImFontAtlasBuildWithFreeTypeEx() 617 // 8. Copy rasterized font characters back into the main texture in ImFontAtlasBuildWithFreeTypeEx() 664 ImFontGlyph* dst_glyph = &dst_font->Glyphs.back(); in ImFontAtlasBuildWithFreeTypeEx()
|
/third_party/skia/tests/ |
H A D | UtilsTest.cpp | 208 REPORTER_ASSERT(reporter, s1.back() == 100); in DEF_TEST() 373 // Check back in DEF_TEST() 374 auto t = z.back(); in DEF_TEST()
|
/third_party/skia/src/utils/ |
H A D | SkJSON.cpp | 545 const auto& obj = fValueStack.back().as<ObjectValue>(); in popObjectScope() 566 const auto& arr = fValueStack.back().as<ArrayValue>(); in popArrayScope()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | DeviceVk.cpp | 271 // If submitting to the queue fails, move the fence back into the unused fence in SubmitPendingCommands() 521 VkFence fence = mUnusedFences.back(); in GetUnusedFence() 574 CommandPoolAndBuffer commands = mUnusedCommands.back(); in PrepareRecordingContext()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | BranchProbabilityInfo.cpp | 311 WeightSum += Weights.back(); in calcMetadataWeights() 506 // We detect this by looking back through the graph of PHI nodes that sets the in computeUnlikelySuccessors() 552 PHINode *P = WorkList.back(); in computeUnlikelySuccessors() 618 // Use LoopInfo if we have it, otherwise fall-back to SCC info to catch in calcLoopBranchHeuristics() 642 // Collect the sum of probabilities of back-edges/in-edges/exiting-edges, and in calcLoopBranchHeuristics()
|
H A D | GlobalsModRef.cpp | 459 AllocsForIndirectGlobals[AllocRelatedValues.back()] = GV; in AnalyzeIndirectGlobalMemory() 460 Handles.emplace_front(*this, AllocRelatedValues.back()); in AnalyzeIndirectGlobalMemory() 527 // This function might call back into the module and read a global - in AnalyzeCallGraph()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LowerMatrixIntrinsics.cpp | 332 Instruction *Inst = WorkList.back(); in propagateShapeForward() 403 Value *V = WorkList.back(); in propagateShapeBackward() 606 /// The intrinsic store a matrix back memory using a stride between columns. 818 // Add each column and store the result back into the opmapping in VisitBinaryOperator()
|