Home
last modified time | relevance | path

Searched refs:Pop (Results 1 - 25 of 218) sorted by relevance

123456789

/third_party/node/deps/v8/src/torque/
H A Dinstructions.cc64 stack->Pop(); in TypeInstruction()
69 locations->Poke(slot, locations->Pop()); in RecomputeDefinitionLocations()
157 const Type* arg_type = stack->Pop(); in TypeInstruction()
212 const Type* arg_type = stack->Pop(); in TypeInstruction()
243 locations->Pop(); in RecomputeDefinitionLocations()
284 const Type* arg_type = stack->Pop(); in TypeInstruction()
346 locations->Pop(); in RecomputeDefinitionLocations()
446 locations->Pop(); in RecomputeDefinitionLocations()
473 const BuiltinPointerType* f = BuiltinPointerType::DynamicCast(stack->Pop()); in TypeInstruction()
547 locations->Pop(); in RecomputeDefinitionLocations()
[all...]
H A Dcsa-generator.cc606 std::string function = stack->Pop(); in EmitInstruction()
752 out() << " ca_.Branch(" << stack->Pop() << ", &" in EmitInstruction()
831 out() << " *" << *it << " = " << stack->Pop() << ";\n"; in EmitInstruction()
896 std::string offset = stack->Pop(); in EmitInstruction()
897 std::string object = stack->Pop(); in EmitInstruction()
911 std::string value = stack->Pop(); in EmitInstruction()
912 std::string offset = stack->Pop(); in EmitInstruction()
913 std::string object = stack->Pop(); in EmitInstruction()
946 std::string bit_field_struct = stack->Pop(); in EmitInstruction()
987 std::string value = stack->Pop(); in EmitInstruction()
[all...]
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Derror_support_test.cc30 errors.Pop(); // bar in TEST()
31 errors.Pop(); // 42 in TEST()
36 errors.Pop(); // no_error_here in TEST()
40 errors.Pop(); // bang in TEST()
41 errors.Pop(); // foo in TEST()
/third_party/node/deps/v8/src/heap/
H A Dmarking-worklist-inl.h34 bool MarkingWorklists::Local::Pop(HeapObject* object) { in Pop() function in v8::internal::MarkingWorklists::Local
35 if (active_.Pop(object)) return true; in Pop()
47 return on_hold_.Pop(object); in PopOnHold()
73 return wrapper_.Pop(object); in PopWrapper()
/third_party/vixl/test/aarch32/
H A Dtest-simulator-cond-rd-operand-const-a32.cc86 __ Pop(lr); \
87 __ Pop(r11); \
88 __ Pop(r10); \
89 __ Pop(r9); \
90 __ Pop(r8); \
91 __ Pop(r7); \
92 __ Pop(r6); \
93 __ Pop(r5); \
94 __ Pop(r4); \
H A Dtest-simulator-cond-rd-operand-imm16-t32.cc86 __ Pop(lr); \
87 __ Pop(r11); \
88 __ Pop(r10); \
89 __ Pop(r9); \
90 __ Pop(r8); \
91 __ Pop(r7); \
92 __ Pop(r6); \
93 __ Pop(r5); \
94 __ Pop(r4); \
H A Dtest-simulator-cond-rd-operand-const-t32.cc86 __ Pop(lr); \
87 __ Pop(r11); \
88 __ Pop(r10); \
89 __ Pop(r9); \
90 __ Pop(r8); \
91 __ Pop(r7); \
92 __ Pop(r6); \
93 __ Pop(r5); \
94 __ Pop(r4); \
H A Dtest-simulator-cond-rd-operand-rn-a32.cc86 __ Pop(lr); \
87 __ Pop(r11); \
88 __ Pop(r10); \
89 __ Pop(r9); \
90 __ Pop(r8); \
91 __ Pop(r7); \
92 __ Pop(r6); \
93 __ Pop(r5); \
94 __ Pop(r4); \
H A Dtest-simulator-cond-rd-operand-rn-t32.cc86 __ Pop(lr); \
87 __ Pop(r11); \
88 __ Pop(r10); \
89 __ Pop(r9); \
90 __ Pop(r8); \
91 __ Pop(r7); \
92 __ Pop(r6); \
93 __ Pop(r5); \
94 __ Pop(r4); \
H A Dtest-simulator-cond-rd-operand-rn-ror-amount-a32.cc86 __ Pop(lr); \
87 __ Pop(r11); \
88 __ Pop(r10); \
89 __ Pop(r9); \
90 __ Pop(r8); \
91 __ Pop(r7); \
92 __ Pop(r6); \
93 __ Pop(r5); \
94 __ Pop(r4); \
/third_party/node/deps/v8/src/baseline/loong64/
H A Dbaseline-assembler-loong64-inl.h306 static void Pop(BaselineAssembler* basm) {} in Pop() function
309 // looking at regiser codes. For example, Pop(r1, r2, r5, r0, r3, r4)
310 // could be generated as two pops: Pop(r1, r2, r5) and Pop(r0, r3, r4).
313 static void Pop(BaselineAssembler* basm, Register reg) { in Pop() function
314 basm->masm()->Pop(reg); in Pop()
319 static void Pop(BaselineAssembler* basm, Register reg, T... tail) { in Pop() function
320 PopAllHelper<Register>::Pop(basm, reg); in Pop()
321 PopAllHelper<T...>::Pop(basm, tail...); in Pop()
338 void BaselineAssembler::Pop( function in v8::internal::baseline::BaselineAssembler
[all...]
/third_party/node/deps/v8/src/baseline/ppc/
H A Dbaseline-assembler-ppc-inl.h443 static void Pop(BaselineAssembler* basm) {} in Pop() function
446 // looking at regiser codes. For example, Pop(r1, r2, r5, r0, r3, r4)
447 // could be generated as two pops: Pop(r1, r2, r5) and Pop(r0, r3, r4).
450 static void Pop(BaselineAssembler* basm, Register reg) { in Pop() function
451 basm->masm()->Pop(reg); in Pop()
456 static void Pop(BaselineAssembler* basm, Register reg, T... tail) { in Pop() function
457 PopAllHelper<Register>::Pop(basm, reg); in Pop()
458 PopAllHelper<T...>::Pop(basm, tail...); in Pop()
475 void BaselineAssembler::Pop( function in v8::internal::baseline::BaselineAssembler
[all...]
/third_party/node/deps/v8/src/heap/base/
H A Dworklist.h52 bool Pop(Segment** segment);
95 bool Worklist<EntryType, SegmentSize>::Pop(Segment** segment) { in Pop() function in heap::base::Worklist
213 void Pop(EntryType* entry);
248 void Worklist<EntryType, SegmentSize>::Segment::Pop(EntryType* entry) { in Pop() function in heap::base::Worklist::Segment
293 bool Pop(EntryType* entry);
399 bool Worklist<EntryType, SegmentSize>::Local::Pop(EntryType* entry) { in Pop() function in heap::base::Worklist::Local
407 pop_segment()->Pop(entry); in Pop()
457 if (worklist_->Pop(&new_segment)) { in StealPopSegment()
/third_party/googletest/googlemock/test/
H A Dgmock-function-mocker_test.cc549 virtual void Pop() = 0;
561 MOCK_METHOD(void, Pop, (), (final));
580 MOCK_METHOD0_T(Pop, void());
610 EXPECT_CALL(mock, Pop()).Times(AnyNumber()); in TYPED_TEST()
616 mock.Pop(); in TYPED_TEST()
641 STDMETHOD_(void, Pop)() = 0;
654 MOCK_METHOD(void, Pop, (), (Calltype(STDMETHODCALLTYPE), override));
670 MOCK_METHOD0_T_WITH_CALLTYPE(STDMETHODCALLTYPE, Pop, void());
699 EXPECT_CALL(mock, Pop()).Times(AnyNumber()); in TYPED_TEST()
705 mock.Pop(); in TYPED_TEST()
[all...]
/third_party/node/deps/v8/src/baseline/mips/
H A Dbaseline-assembler-mips-inl.h316 static void Pop(BaselineAssembler* basm) {} in Pop() function
319 // looking at regiser codes. For example, Pop(r1, r2, r5, r0, r3, r4)
320 // could be generated as two pops: Pop(r1, r2, r5) and Pop(r0, r3, r4).
323 static void Pop(BaselineAssembler* basm, Register reg) { in Pop() function
324 basm->masm()->Pop(reg); in Pop()
329 static void Pop(BaselineAssembler* basm, Register reg, T... tail) { in Pop() function
330 PopAllHelper<Register>::Pop(basm, reg); in Pop()
331 PopAllHelper<T...>::Pop(basm, tail...); in Pop()
348 void BaselineAssembler::Pop( function in v8::internal::baseline::BaselineAssembler
[all...]
/third_party/node/deps/v8/src/baseline/s390/
H A Dbaseline-assembler-s390-inl.h441 static void Pop(BaselineAssembler* basm) {} in Pop() function
444 // looking at regiser codes. For example, Pop(r1, r2, r5, r0, r3, r4)
445 // could be generated as two pops: Pop(r1, r2, r5) and Pop(r0, r3, r4).
448 static void Pop(BaselineAssembler* basm, Register reg) { in Pop() function
449 basm->masm()->Pop(reg); in Pop()
454 static void Pop(BaselineAssembler* basm, Register reg, T... tail) { in Pop() function
455 PopAllHelper<Register>::Pop(basm, reg); in Pop()
456 PopAllHelper<T...>::Pop(basm, tail...); in Pop()
473 void BaselineAssembler::Pop( function in v8::internal::baseline::BaselineAssembler
[all...]
/third_party/node/deps/v8/src/baseline/riscv64/
H A Dbaseline-assembler-riscv64-inl.h309 static void Pop(BaselineAssembler* basm) {} in Pop() function
313 static void Pop(BaselineAssembler* basm, Register reg) { in Pop() function
314 basm->masm()->Pop(reg); in Pop()
319 static void Pop(BaselineAssembler* basm, Register reg, T... tail) { in Pop() function
320 PopAllHelper<Register>::Pop(basm, reg); in Pop()
321 PopAllHelper<T...>::Pop(basm, tail...); in Pop()
338 void BaselineAssembler::Pop(T... registers) { in Pop() function in v8::internal::baseline::BaselineAssembler
339 detail::PopAllHelper<T...>::Pop(this, registers...); in Pop()
500 __ masm()->Pop(params_size, kInterpreterAccumulatorRegister); in EmitReturn()
/third_party/node/deps/v8/src/baseline/mips64/
H A Dbaseline-assembler-mips64-inl.h314 static void Pop(BaselineAssembler* basm) {} in Pop() function
317 // looking at regiser codes. For example, Pop(r1, r2, r5, r0, r3, r4)
318 // could be generated as two pops: Pop(r1, r2, r5) and Pop(r0, r3, r4).
321 static void Pop(BaselineAssembler* basm, Register reg) { in Pop() function
322 basm->masm()->Pop(reg); in Pop()
327 static void Pop(BaselineAssembler* basm, Register reg, T... tail) { in Pop() function
328 PopAllHelper<Register>::Pop(basm, reg); in Pop()
329 PopAllHelper<T...>::Pop(basm, tail...); in Pop()
346 void BaselineAssembler::Pop( function in v8::internal::baseline::BaselineAssembler
[all...]
/third_party/node/deps/v8/src/baseline/arm/
H A Dbaseline-assembler-arm-inl.h324 static void Pop(BaselineAssembler* basm) {} in Pop() function
327 // looking at regiser codes. For example, Pop(r1, r2, r5, r0, r3, r4)
328 // could be generated as two pops: Pop(r1, r2, r5) and Pop(r0, r3, r4).
331 static void Pop(BaselineAssembler* basm, Register reg) { in Pop() function
332 basm->masm()->Pop(reg); in Pop()
337 static void Pop(BaselineAssembler* basm, Register reg, T... tail) { in Pop() function
338 PopAllHelper<Register>::Pop(basm, reg); in Pop()
339 PopAllHelper<T...>::Pop(basm, tail...); in Pop()
356 void BaselineAssembler::Pop( function in v8::internal::baseline::BaselineAssembler
[all...]
/third_party/node/deps/v8/src/baseline/arm64/
H A Dbaseline-assembler-arm64-inl.h391 static void Pop(BaselineAssembler* basm) {} in Pop() function
395 static void Pop(BaselineAssembler* basm, Register reg) { in Pop() function
396 basm->masm()->Pop(reg, padreg); in Pop()
401 static void Pop(BaselineAssembler* basm, Register reg1, Register reg2, in Pop() function
403 basm->masm()->Pop(reg1, reg2); in Pop()
404 PopAllHelper<T...>::Pop(basm, tail...); in Pop()
429 void BaselineAssembler::Pop(T... registers) { in Pop() function in v8::internal::baseline::BaselineAssembler
430 detail::PopAllHelper<T...>::Pop(this, registers...); in Pop()
592 __ masm()->Pop(kInterpreterAccumulatorRegister, params_size); in EmitReturn()
/third_party/node/deps/v8/src/compiler/
H A Dgraph-reducer.cc153 if (node->IsDead()) return Pop(); // Node was killed while on stack. in ReduceTop()
181 if (!reduction.Changed()) return Pop(); in ReduceTop()
203 Pop(); in ReduceTop()
289 void GraphReducer::Pop() { in Pop() function in v8::internal::GraphReducer
/third_party/node/deps/v8/src/heap/cppgc/
H A Dsweeper.cc152 Optional<T> Pop() { in Pop() function in cppgc::internal::__anon14619::ThreadSafeStack
386 while (auto page_state = space_state->swept_unfinalized_pages.Pop()) { in FinalizeSpace()
397 while (auto page_state = space_state->swept_unfinalized_pages.Pop()) { in FinalizeSpaceWithDeadline()
495 while (auto page = state.unswept_pages.Pop()) { in Sweep()
536 while (auto page = state->unswept_pages.Pop()) { in SweepSpaceWithDeadline()
609 while (auto page = state.unswept_pages.Pop()) {
800 while (auto page = space_state.swept_unfinalized_pages.Pop()) { in SweepForAllocationIfRunning()
810 while (auto page = space_state.unswept_pages.Pop()) { in SweepForAllocationIfRunning()
/third_party/node/deps/v8/src/baseline/
H A Dbaseline-assembler-inl.h141 assembler_->Pop(kInterpreterAccumulatorRegister); in ~SaveAccumulatorScope()
158 assembler_->Pop(reg); in ~EnsureAccumulatorPreservedScope()
/third_party/skia/src/sksl/ir/
H A DSkSLSymbolTable.h53 static void Pop(std::shared_ptr<SymbolTable>* table) { in Pop() function in SkSL::SymbolTable
186 SymbolTable::Pop(fSymbolTable); in ~AutoSymbolTable()
/third_party/protobuf/src/google/protobuf/util/internal/
H A Djson_objectwriter.cc63 Pop(); in EndObject()
77 Pop(); in EndList()

Completed in 31 milliseconds

123456789