Home
last modified time | relevance | path

Searched refs:Poke (Results 1 - 25 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dwaiter.cc112 Poke(); in Post()
116 void Waiter::Poke() { in Poke() function in absl::synchronization_internal::Waiter
220 void Waiter::Poke() { in Poke() function in absl::synchronization_internal::Waiter
293 Poke(); in Post()
297 void Waiter::Poke() { in Poke() function in absl::synchronization_internal::Waiter
411 void Waiter::Poke() { in Poke() function in absl::synchronization_internal::Waiter
H A Dwaiter.h88 void Poke();
126 // This seems superfluous, but for Poke() we need to cause spurious
H A Dper_thread_sem.cc61 Waiter::GetWaiter(identity)->Poke(); in Tick()
/third_party/vixl/examples/aarch64/
H A Dswap-int32.cc46 __ Poke(w0, 0); in GenerateSwapInt32()
47 __ Poke(w1, 4); in GenerateSwapInt32()
H A Dswap4.cc38 __ Poke(x0, 0); in GenerateSwap4()
39 __ Poke(x1, 8); in GenerateSwap4()
/third_party/node/deps/v8/src/torque/
H A Dtorque-code-generator.cc54 stack->Poke(instruction.slot, stack->Top()); in EmitInstruction()
H A Dcfg.h71 input_definitions_->Poke(i, DefinitionLocation::Phi(this, i.offset)); in MergeInputDefinitions()
202 void Poke(StackRange destination, StackRange origin,
H A Dinstructions.cc63 stack->Poke(slot, type); in TypeInstruction()
69 locations->Poke(slot, locations->Pop()); in RecomputeDefinitionLocations()
679 stack->Poke(stack->AboveTop() - 1, destination_type); in TypeInstruction()
684 locations->Poke(locations->AboveTop() - 1, GetValueDefinition()); in RecomputeDefinitionLocations()
H A Dcfg.cc129 void CfgAssembler::Poke(StackRange destination, StackRange origin, in Poke() function in v8::internal::torque::CfgAssembler
H A Dcc-generator.cc368 stack->Poke(stack->AboveTop() - 1, str); in EmitInstruction()
H A Dutils.h249 void Poke(BottomOffset from_bottom, T x) { in Poke() function in v8::internal::torque::Stack
H A Dcsa-generator.cc887 stack->Poke(stack->AboveTop() - 1, str); in EmitInstruction()
H A Dimplementation-visitor.cc2335 assembler().Poke(ref_offset.stack_range(), updated_offset.stack_range(), in GenerateFieldAccess()
2540 assembler().Poke(variable.stack_range(), converted_value.stack_range(), in GenerateAssignToLocation()
2582 assembler().Poke(converted_assignment_value.stack_range(), in GenerateAssignToLocation()
/third_party/node/deps/v8/src/builtins/arm64/
H A Dbuiltins-arm64.cc145 // Poke the hole (receiver). in Generate_JSBuiltinsConstructStubHelper()
290 __ Poke(x0, 0); in Generate_JSConstructStubGeneric()
336 __ Poke(x0, 0); // Add the receiver. in Generate_JSConstructStubGeneric()
523 __ Poke(padreg, Operand(x11, LSL, kSystemPointerSizeLog2)); in Generate_ResumeGeneratorTrampoline()
525 // Poke receiver into highest claimed slot. in Generate_ResumeGeneratorTrampoline()
528 __ Poke(x5, __ ReceiverOperand(x10)); in Generate_ResumeGeneratorTrampoline()
909 __ Poke(receiver, 0); in Generate_JSEntryTrampolineHelper()
931 // Poke the result into the stack. in Generate_JSEntryTrampolineHelper()
1692 __ Poke(padreg, Operand(scratch, LSL, kSystemPointerSizeLog2)); in GenerateInterpreterPushArgs()
1720 __ Poke(receive in GenerateInterpreterPushArgs()
[all...]
/third_party/node/deps/v8/src/baseline/arm64/
H A Dbaseline-compiler-arm64-inl.h53 __ masm()->Poke(kJavaScriptCallNewTargetRegister, Operand(0)); in PrologueFillFrame()
/third_party/vixl/benchmarks/aarch64/
H A Dbench-utils.cc242 __ Poke(PickR(size), Operand(claim)); in GenerateOperandSequence()
244 __ Poke(PickR(size), Operand(16)); in GenerateOperandSequence()
/third_party/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc7914 __ Poke(x0, 0);
7915 __ Poke(x1, 8);
7916 __ Poke(x2, 16);
7917 __ Poke(x3, 24);
7924 __ Poke(w0, 0);
7925 __ Poke(w1, 4);
7926 __ Poke(w2, 8);
7927 __ Poke(w3, 12);
7979 __ Poke(x0, 1);
7982 __ Poke(x
[all...]
/third_party/node/deps/v8/src/wasm/baseline/arm64/
H A Dliftoff-assembler-arm64.h3188 Poke(liftoff::GetRegFromType(*args++, param_kind), arg_bytes); in emit_i8x16_bitmask()
3312 asm_->Poke(scratch, poke_offset);
3316 asm_->Poke(liftoff::GetRegFromType(slot.src_.reg(), slot.src_.kind()),
3323 asm_->Poke(zero_reg, poke_offset);
3329 asm_->Poke(scratch, poke_offset);
/third_party/node/deps/v8/src/regexp/arm64/
H A Dregexp-macro-assembler-arm64.cc1472 __ Poke(input_end(), 2 * kSystemPointerSize); in CallCheckStackGuardState()
1474 __ Poke(input_start(), kSystemPointerSize); in CallCheckStackGuardState()
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc645 __ Poke(padreg, optional_padding_offset * kSystemPointerSize); in AssembleTailCallAfterGap()
1505 __ Poke(i.InputSimd128Register(0), operand); in AssembleArchInstruction()
1507 __ Poke(i.InputFloat64Register(0), operand); in AssembleArchInstruction()
1509 __ Poke(i.InputOrZeroRegister64(0), operand); in AssembleArchInstruction()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64-inl.h1205 void TurboAssembler::Poke(const CPURegister& src, const Operand& offset) { in Poke() function in v8::internal::TurboAssembler
H A Dmacro-assembler-arm64.h1104 // Poke 'src' onto the stack. The offset is in bytes. The stack pointer must
1110 void Poke(const CPURegister& src, const Operand& offset);
1120 // Poke 'src1' and 'src2' onto the stack. The values written will be adjacent
H A Dmacro-assembler-arm64.cc2227 Poke(x17, 0); in StoreReturnAddressAndCall()
/third_party/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc2764 __ Poke(r0, 0); in TEST()
2765 __ Poke(r1, 4); in TEST()
2766 __ Poke(r2, 8); in TEST()
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc2434 void MacroAssembler::Poke(const Register& src, const Operand& offset) { in Emit() function in vixl::aarch64::MacroAssembler

Completed in 61 milliseconds

12