| /third_party/node/deps/v8/src/d8/ |
| H A D | d8.h | 54 int count() const { return count_.load(std::memory_order_relaxed); } in count() function in v8::Counter
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | raw-machine-assembler.cc | 621 void RawMachineAssembler::Return(int count, Node* vs[]) { in Return() argument
|
| H A D | js-heap-broker.cc | 862 int count = 0; in AddGroup() local
|
| H A D | scheduler.cc | 1127 int count = 0; in VerifySpecialRPO() local
|
| /third_party/node/deps/v8/src/compiler/backend/mips/ |
| H A D | code-generator-mips.cc | 3943 int count = saves_fpu.Count(); in FinishFrame() local 3951 int count = saves.Count(); in FinishFrame() local
|
| /third_party/node/deps/v8/src/compiler/backend/loong64/ |
| H A D | code-generator-loong64.cc | 2186 int count = saves_fpu.Count(); in FinishFrame() local 2194 int count = saves.Count(); in FinishFrame() local
|
| /third_party/node/deps/v8/src/compiler/backend/riscv64/ |
| H A D | code-generator-riscv64.cc | 3855 int count = saves_fpu.Count(); in FinishFrame() local 3863 int count = saves.Count(); in FinishFrame() local
|
| /third_party/node/deps/v8/src/asmjs/ |
| H A D | asm-parser.cc | 306 int count = 0; in FindContinueLabelDepth() local 321 int count = 0; in FindBreakLabelDepth() local 688 uint64_t count = 0; in ValidateFunctionTable() local 1329 size_t count = cases.size() + 1; SwitchStatement() local [all...] |
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-array-gen.cc | 467 TNode<BInt> count = SmiToBInt(Parameter<Smi>(Descriptor::kCount)); in TF_BUILTIN() local
|
| /third_party/node/deps/v8/src/codegen/arm64/ |
| H A D | macro-assembler-arm64-inl.h | 1151 int count = 1 + src1.is_valid() + src2.is_valid() + src3.is_valid(); in Push() local 1186 int count = 1 + dst1.is_valid() + dst2.is_valid() + dst3.is_valid(); in Pop() local 1244 void TurboAssembler::Claim(int64_t count, uint64_t unit_size) { in Claim() argument 1262 void TurboAssembler::Claim(const Register& count, uint64_ argument 1303 Drop(int64_t count, uint64_t unit_size) Drop() argument 1315 Drop(const Register& count, uint64_t unit_size) Drop() argument 1330 DropArguments(const Register& count, ArgumentsCountMode mode) DropArguments() argument 1344 DropArguments(int64_t count, ArgumentsCountMode mode) DropArguments() argument 1352 DropSlots(int64_t count) DropSlots() argument [all...] |
| /third_party/node/deps/v8/src/codegen/ppc/ |
| H A D | assembler-ppc.h | 1358 int count = --trampoline_pool_blocked_nesting_; in EndBlockTrampolinePool() local 1452 int count = tracked_branch_count_++; in TrackBranch() local
|
| /third_party/node/deps/v8/src/deoptimizer/ |
| H A D | deoptimizer.cc | 839 size_t count = translated_state_.frames().size(); in DoComputeOutputFrames() local [all...] |
| H A D | translated-state.cc | 1317 int count = iterator->Next(); in Init() local 1732 void TranslatedState::EnsureChildrenAllocated(int count, TranslatedFrame* frame, in EnsureChildrenAllocated() argument [all...] |
| /third_party/node/deps/v8/src/diagnostics/x64/ |
| H A D | disasm-x64.cc | 592 int count; in PrintImmediate() local 723 int count = PrintRightOperand(data + 1); in PrintImmediateOp() local 767 int count = PrintRightOperand(data + 1); // Use name of 64-bit register. F6F7Instruction() local 775 int count = PrintRightOperand(data + 1); // Use name of 64-bit register. F6F7Instruction() local 787 int count = 1; ShiftInstruction() local 1643 int count = PrintRightOperand(modrm_start); MemoryFPUInstruction() local 2466 int count = 1; InstructionDecode() local [all...] |
| /third_party/node/deps/v8/src/execution/arm/ |
| H A D | simulator-arm.h | 494 uint32_t count; member
|
| /third_party/node/deps/v8/src/execution/loong64/ |
| H A D | simulator-loong64.h | 545 uint32_t count; member
|
| /third_party/node/deps/v8/src/execution/ppc/ |
| H A D | simulator-ppc.h | 497 uint32_t count; member
|
| /third_party/node/deps/v8/src/diagnostics/ia32/ |
| H A D | disasm-ia32.cc | 532 int count = PrintRightOperand(data + 1); in PrintImmediateOp() local 575 int count = PrintRightOperand(data); in F7Instruction() local 617 int count in D1D3C1Instruction() local 1500 int count = PrintRightOperand(modrm_start); MemoryFPUInstruction() local [all...] |
| /third_party/node/deps/v8/src/execution/mips64/ |
| H A D | simulator-mips64.h | 641 uint32_t count; member
|
| /third_party/node/deps/v8/src/execution/mips/ |
| H A D | simulator-mips.h | 618 uint32_t count; member
|
| /third_party/node/deps/v8/src/interpreter/ |
| H A D | interpreter-assembler.cc | 389 int count; in BytecodeOperandReadUnaligned() local [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | feedback-vector.cc | 970 uint32_t count = static_cast<uint32_t>(Smi::ToInt(call_count)); in SetSpeculationMode() local
|
| /third_party/node/deps/v8/src/profiler/ |
| H A D | profile-generator.cc | 880 int count = profile_->samples_count(); in SerializeTimeDeltas() local 891 int count = profile_->samples_count(); in SerializeSamples() local
|
| /third_party/node/deps/v8/src/regexp/ |
| H A D | regexp-compiler-tonode.cc | 1388 void MoveRanges(ZoneList<CharacterRange>* list, int from, int to, int count) { in RationalizeConsecutiveAtoms() argument 1401 int InsertRangeInCanonicalList(ZoneList<CharacterRange>* list, int count, in RationalizeConsecutiveAtoms() argument [all...] |
| H A D | regexp-compiler.h | 350 void set_characters_preloaded(int count) { characters_preloaded_ = count; } in set_characters_preloaded() argument
|