Home
last modified time | relevance | path

Searched defs:stack (Results 576 - 600 of 1065) sorted by relevance

1...<<21222324252627282930>>...43

/third_party/node/deps/v8/src/compiler/backend/
H A Djump-threading.cc22 ZoneStack<RpoNumber>& stack; member
[all...]
/third_party/node/deps/v8/src/objects/
H A Dmodule.cc227 FinishInstantiate(Isolate* isolate, Handle<Module> module, ZoneForwardList<Handle<SourceTextModule>>* stack, unsigned* dfs_index, Zone* zone) FinishInstantiate() argument
/third_party/node/deps/v8/src/profiler/
H A Dsampling-heap-profiler.cc134 std::vector<SharedFunctionInfo> stack; in AddStack() local
/third_party/node/deps/v8/src/torque/
H A Dcc-generator.cc55 Stack<std::string> stack; in EmitBlock() local
84 EmitInstruction( const PushUninitializedInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
90 EmitInstruction( const PushBuiltinPointerInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
96 EmitInstruction( const NamespaceConstantInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
102 ProcessArgumentsCommon( const TypeVector& parameter_types, std::vector<std::string> constexpr_arguments, Stack<std::string>* stack) ProcessArgumentsCommon() argument
124 EmitInstruction(const CallIntrinsicInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
207 EmitInstruction(const CallCsaMacroInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
257 EmitInstruction( const CallCsaMacroAndBranchInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
263 EmitInstruction(const MakeLazyNodeInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
268 EmitInstruction(const CallBuiltinInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
273 EmitInstruction( const CallBuiltinPointerInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
279 EmitInstruction(const CallRuntimeInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
284 EmitInstruction(const BranchInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
293 EmitInstruction(const ConstexprBranchInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
302 EmitGoto(const Block* destination, Stack<std::string>* stack, std::string indentation) EmitGoto() argument
316 EmitInstruction(const GotoInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
321 EmitInstruction(const GotoExternalInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
326 EmitInstruction(const ReturnInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
331 EmitInstruction( const PrintConstantStringInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
338 EmitInstruction(const AbortInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
363 EmitInstruction(const UnsafeCastInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
372 EmitInstruction(const LoadReferenceInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
422 EmitInstruction(const StoreReferenceInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
439 EmitInstruction(const LoadBitFieldInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
469 EmitInstruction(const StoreBitFieldInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
[all...]
H A Dinstructions.cc37 void PeekInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction() argument
56 void PokeInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction() argument
72 void DeleteRangeInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction() argument
82 TypeInstruction( Stack<const Type*>* stack, ControlFlowGraph* cfg) const TypeInstruction() argument
96 TypeInstruction( Stack<const Type*>* stack, ControlFlowGraph* cfg) const TypeInstruction() argument
110 TypeInstruction( Stack<const Type*>* stack, ControlFlowGraph* cfg) const TypeInstruction() argument
152 TypeInstruction(Stack<const Type*>* stack, ControlFlowGraph* cfg) const TypeInstruction() argument
207 TypeInstruction(Stack<const Type*>* stack, ControlFlowGraph* cfg) const TypeInstruction() argument
279 TypeInstruction( Stack<const Type*>* stack, ControlFlowGraph* cfg) const TypeInstruction() argument
419 TypeInstruction(Stack<const Type*>* stack, ControlFlowGraph* cfg) const TypeInstruction() argument
470 TypeInstruction( Stack<const Type*>* stack, ControlFlowGraph* cfg) const TypeInstruction() argument
516 TypeInstruction(Stack<const Type*>* stack, ControlFlowGraph* cfg) const TypeInstruction() argument
589 TypeInstruction(Stack<const Type*>* stack, ControlFlowGraph* cfg) const TypeInstruction() argument
612 TypeInstruction(Stack<const Type*>* stack, ControlFlowGraph* cfg) const TypeInstruction() argument
631 TypeInstruction(Stack<const Type*>* stack, ControlFlowGraph* cfg) const TypeInstruction() argument
645 TypeInstruction(Stack<const Type*>* stack, ControlFlowGraph* cfg) const TypeInstruction() argument
655 TypeInstruction(Stack<const Type*>* stack, ControlFlowGraph* cfg) const TypeInstruction() argument
665 TypeInstruction( Stack<const Type*>* stack, ControlFlowGraph* cfg) const TypeInstruction() argument
671 TypeInstruction(Stack<const Type*>* stack, ControlFlowGraph* cfg) const TypeInstruction() argument
677 TypeInstruction(Stack<const Type*>* stack, ControlFlowGraph* cfg) const TypeInstruction() argument
691 TypeInstruction(Stack<const Type*>* stack, ControlFlowGraph* cfg) const TypeInstruction() argument
712 TypeInstruction(Stack<const Type*>* stack, ControlFlowGraph* cfg) const TypeInstruction() argument
728 TypeInstruction(Stack<const Type*>* stack, ControlFlowGraph* cfg) const TypeInstruction() argument
744 TypeInstruction(Stack<const Type*>* stack, ControlFlowGraph* cfg) const TypeInstruction() argument
762 TypeInstruction(Stack<const Type*>* stack, ControlFlowGraph* cfg) const TypeInstruction() argument
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_graph.cpp171 std::stack<const Node *> stack; in reachableBy() local
/third_party/node/deps/openssl/openssl/crypto/
H A Dex_data.c219 EX_CALLBACK *stack[10]; in ossl_crypto_new_ex_data_ex() local
274 EX_CALLBACK *stack[10]; in CRYPTO_dup_ex_data() local
371 struct ex_callback_entry stack[10]; CRYPTO_free_ex_data() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_ctx.c67 BN_STACK stack; member
86 BN_STACK *stack = &ctx->stack; in ctxdbg() local
[all...]
/third_party/openssl/crypto/
H A Dex_data.c217 EX_CALLBACK *stack[10]; in ossl_crypto_new_ex_data_ex() local
272 EX_CALLBACK *stack[10]; in CRYPTO_dup_ex_data() local
369 struct ex_callback_entry stack[10]; CRYPTO_free_ex_data() local
[all...]
/third_party/openssl/crypto/bn/
H A Dbn_ctx.c67 BN_STACK stack; member
86 BN_STACK *stack = &ctx->stack; in ctxdbg() local
[all...]
/third_party/skia/src/gpu/tessellate/
H A DPatchWriter.h180 operator <<( PatchWriter& w, MiddleOutPolygonTriangulator::PoppedTriangleStack&& stack) operator <<() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DValidateLimitations.cpp21 bool IsLoopIndex(const TIntermSymbol* symbol, const TLoopStack& stack) { in IsLoopIndex() argument
29 void MarkLoopForUnroll(const TIntermSymbol* symbol, TLoopStack& stack) { in MarkLoopForUnroll() argument
51 ValidateConstIndexExpr(const TLoopStack& stack) in ValidateConstIndexExpr() argument
76 ValidateLoopIndexExpr(TLoopStack& stack) in ValidateLoopIndexExpr() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dcfg.cpp164 std::vector<BasicBlock*> stack; in ComputePostOrderTraversal() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dcfg.cpp164 std::vector<BasicBlock*> stack; in ComputePostOrderTraversal() local
/third_party/skia/tests/
H A DClipStackTest.cpp131 static void assert_count(skiatest::Reporter* reporter, const SkClipStack& stack, in assert_count() argument
144 SkClipStack stack; in test_iterators() local
246 SkClipStack stack; in test_bounds() local
479 SkClipStack stack; global() local
489 SkClipStack stack; global() local
513 SkClipStack stack; test_rect_merging() local
526 SkClipStack stack; test_rect_merging() local
539 SkClipStack stack; test_rect_merging() local
552 SkClipStack stack; test_rect_merging() local
565 SkClipStack stack; test_rect_merging() local
578 SkClipStack stack; test_rect_merging() local
607 SkClipStack stack; test_quickContains() local
615 SkClipStack stack; test_quickContains() local
621 SkClipStack stack; test_quickContains() local
630 SkClipStack stack; test_quickContains() local
640 SkClipStack stack; test_quickContains() local
649 SkClipStack stack; test_quickContains() local
655 SkClipStack stack; test_quickContains() local
661 SkClipStack stack; test_quickContains() local
667 SkClipStack stack; test_quickContains() local
674 SkClipStack stack; test_quickContains() local
680 SkClipStack stack; test_quickContains() local
686 SkClipStack stack; test_quickContains() local
692 SkClipStack stack; test_quickContains() local
699 SkClipStack stack; test_quickContains() local
708 SkClipStack stack; test_quickContains() local
717 SkClipStack stack; test_quickContains() local
726 SkClipStack stack; test_quickContains() local
736 SkClipStack stack; test_quickContains() local
744 SkClipStack stack; test_quickContains() local
752 SkClipStack stack; test_quickContains() local
760 SkClipStack stack; test_quickContains() local
768 set_region_to_stack(const SkClipStack& stack, const SkIRect& bounds, SkRegion* region) set_region_to_stack() argument
792 SkClipStack stack; test_invfill_diff_bug() local
821 SkClipStack stack; test_is_rrect_deep_rect_stack() local
839 SkClipStack stack; test_is_rrect_deep_rect_stack() local
853 SkClipStack stack; DEF_TEST() local
[all...]
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffparse.h58 FT_Byte** stack; member
/third_party/skia/third_party/externals/freetype/src/lzw/
H A Dftzopen.h139 FT_Byte* stack; /* character stack */ member
/third_party/python/Python/
H A Dmodsupport.c214 do_mkstack(PyObject **stack, const char **p_format, va_list *p_va, in do_mkstack() argument
594 PyObject **stack; in va_build_stack() local
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDescriptorMessageInfoFactory.java136 private final Stack<Node> stack = new Stack<Node>(); field in DescriptorMessageInfoFactory.IsInitializedCheckAnalyzer
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhashtablez_sampler.h99 void* stack[kMaxStackDepth]; member
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
H A Dfailure_signal_handler.cc266 void* stack[kNumStackFrames]; in WriteStackTrace() local
274 absl::debugging_internal::GetProgramCounter(ucontext), stack, frame_size in WriteStackTrace() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcordz_info.cc321 int CordzInfo::FillParentStack(const CordzInfo* src, void** stack) { in FillParentStack() argument
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dlib.rs182 pub mod stack; modules
/third_party/spirv-tools/source/opt/
H A Dcfg.cpp171 std::vector<BasicBlock*> stack; in ComputePostOrderTraversal() local
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgGeneratorState.hpp73 void setStatementStack (std::vector<Statement*>& stack) { m_statementStack = &stack; } in setStatementStack() argument

Completed in 16 milliseconds

1...<<21222324252627282930>>...43