Home
last modified time | relevance | path

Searched refs:tasm_ (Results 1 – 20 of 20) sorted by relevance

/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dmacro-assembler.h70 : tasm_(tasm), type_(type), old_has_frame_(tasm->has_frame()) { in FrameScope()
79 tasm_->LeaveFrame(type_); in ~FrameScope()
81 tasm_->set_has_frame(old_has_frame_); in ~FrameScope()
91 tasm_->LeaveFrame(type_); in GenerateLeaveFrame()
95 TurboAssembler* tasm_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/
H A Dmacro-assembler.h69 : tasm_(tasm), type_(type), old_has_frame_(tasm->has_frame()) { in FrameScope()
78 tasm_->LeaveFrame(type_); in ~FrameScope()
80 tasm_->set_has_frame(old_has_frame_); in ~FrameScope()
84 TurboAssembler* tasm_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/
H A Dmacro-assembler.h75 : tasm_(tasm), type_(type), old_has_frame_(tasm->has_frame()) { in FrameScope()
84 tasm_->LeaveFrame(type_); in ~FrameScope()
86 tasm_->set_has_frame(old_has_frame_); in ~FrameScope()
90 TurboAssembler* tasm_;
/dports/lang/v8/v8-9.6.180.12/src/codegen/
H A Dmacro-assembler.h93 tasm_(tasm), in FrameScope()
104 tasm_->LeaveFrame(type_); in ~FrameScope()
106 tasm_->set_has_frame(old_has_frame_); in ~FrameScope()
131 TurboAssembler* tasm_; variable
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dcode-generator-impl.h207 TurboAssembler* tasm() { return tasm_; } in tasm()
214 TurboAssembler* const tasm_; variable
H A Dcode-generator.h122 TurboAssembler* tasm() { return &tasm_; } in tasm()
386 TurboAssembler tasm_; variable
H A Dcode-generator.cc60 tasm_(isolate, nullptr, 0, CodeObjectRequired::kNo), in CodeGenerator()
87 tasm_.set_jump_optimization_info(jump_opt); in CodeGenerator()
91 tasm_.enable_serializer(); in CodeGenerator()
1229 : frame_(gen->frame()), tasm_(gen->tasm()), next_(gen->ools_) { in OutOfLineCode()
/dports/www/node10/node-v10.24.1/deps/v8/src/arm64/
H A Dmacro-assembler-arm64.h196 : saved_(tasm->use_real_aborts_), tasm_(tasm) { in NoUseRealAbortsScope()
197 tasm_->use_real_aborts_ = false; in NoUseRealAbortsScope()
203 TurboAssembler* tasm_; variable
2088 : tasm_(tasm) in tasm_() function
2095 tasm_->CheckConstPool(false, true); in tasm_()
2096 tasm_->CheckVeneerPool(false, true); in tasm_()
2098 tasm_->StartBlockPools(); in tasm_()
2101 tasm_->bind(&start_); in tasm_()
2104 tasm_->set_allow_macro_instructions(false); in tasm_()
2109 tasm_->EndBlockPools(); in ~InstructionAccurateScope()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/backend/
H A Dcode-generator-impl.h249 TurboAssembler* tasm() { return tasm_; } in tasm()
256 TurboAssembler* const tasm_; variable
H A Dcode-generator.h155 TurboAssembler* tasm() { return &tasm_; } in tasm()
420 TurboAssembler tasm_; variable
H A Dcode-generator.cc64 tasm_(isolate, options, CodeObjectRequired::kNo, std::move(buffer)), in CodeGenerator()
91 tasm_.set_jump_optimization_info(jump_opt); in CodeGenerator()
98 tasm_.set_abort_hard(true); in CodeGenerator()
100 tasm_.set_builtin_index(builtin_index); in CodeGenerator()
1345 : frame_(gen->frame()), tasm_(gen->tasm()), next_(gen->ools_) { in OutOfLineCode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/
H A Dcode-generator-impl.h249 TurboAssembler* tasm() { return tasm_; } in tasm()
256 TurboAssembler* const tasm_; variable
H A Dcode-generator.h167 TurboAssembler* tasm() { return &tasm_; } in tasm()
435 TurboAssembler tasm_; variable
H A Dcode-generator.cc66 tasm_(isolate, options, CodeObjectRequired::kNo, std::move(buffer)), in CodeGenerator()
94 tasm_.set_jump_optimization_info(jump_opt); in CodeGenerator()
100 tasm_.set_abort_hard(true); in CodeGenerator()
102 tasm_.set_builtin_index(builtin_index); in CodeGenerator()
1358 : frame_(gen->frame()), tasm_(gen->tasm()), next_(gen->ools_) { in OutOfLineCode()
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/
H A Dcode-generator-impl.h265 TurboAssembler* tasm() { return tasm_; } in tasm()
272 TurboAssembler* const tasm_; variable
H A Dcode-generator.h166 TurboAssembler* tasm() { return &tasm_; } in tasm()
421 TurboAssembler tasm_; variable
H A Dcode-generator.cc66 tasm_(isolate, options, CodeObjectRequired::kNo), in CodeGenerator()
93 tasm_.set_jump_optimization_info(jump_opt); in CodeGenerator()
99 tasm_.set_abort_hard(true); in CodeGenerator()
101 tasm_.set_builtin(builtin); in CodeGenerator()
1385 : frame_(gen->frame()), tasm_(gen->tasm()), next_(gen->ools_) { in OutOfLineCode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.h1995 : tasm_(tasm), in tasm_() function
2002 tasm_->CheckVeneerPool(false, true, count * kInstrSize); in tasm_()
2003 tasm_->StartBlockVeneerPool(); in tasm_()
2006 tasm_->bind(&start_); in tasm_()
2008 previous_allow_macro_instructions_ = tasm_->allow_macro_instructions(); in tasm_()
2009 tasm_->set_allow_macro_instructions(false); in tasm_()
2014 tasm_->EndBlockVeneerPool(); in ~InstructionAccurateScope()
2017 DCHECK(tasm_->SizeOfCodeGeneratedSince(&start_) == size_); in ~InstructionAccurateScope()
2019 tasm_->set_allow_macro_instructions(previous_allow_macro_instructions_); in ~InstructionAccurateScope()
2024 TurboAssembler* tasm_;
/dports/lang/v8/v8-9.6.180.12/src/codegen/arm64/
H A Dmacro-assembler-arm64.h2090 : tasm_(tasm), in tasm_() function
2097 tasm_->CheckVeneerPool(false, true, count * kInstrSize); in tasm_()
2098 tasm_->StartBlockVeneerPool(); in tasm_()
2101 tasm_->bind(&start_); in tasm_()
2103 previous_allow_macro_instructions_ = tasm_->allow_macro_instructions(); in tasm_()
2104 tasm_->set_allow_macro_instructions(false); in tasm_()
2109 tasm_->EndBlockVeneerPool(); in ~InstructionAccurateScope()
2112 DCHECK(tasm_->SizeOfCodeGeneratedSince(&start_) == size_); in ~InstructionAccurateScope()
2114 tasm_->set_allow_macro_instructions(previous_allow_macro_instructions_); in ~InstructionAccurateScope()
2119 TurboAssembler* tasm_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.h2028 : tasm_(tasm), in tasm_() function
2035 tasm_->CheckVeneerPool(false, true, count * kInstrSize); in tasm_()
2036 tasm_->StartBlockVeneerPool(); in tasm_()
2039 tasm_->bind(&start_); in tasm_()
2041 previous_allow_macro_instructions_ = tasm_->allow_macro_instructions(); in tasm_()
2042 tasm_->set_allow_macro_instructions(false); in tasm_()
2047 tasm_->EndBlockVeneerPool(); in ~InstructionAccurateScope()
2050 DCHECK(tasm_->SizeOfCodeGeneratedSince(&start_) == size_); in ~InstructionAccurateScope()
2052 tasm_->set_allow_macro_instructions(previous_allow_macro_instructions_); in ~InstructionAccurateScope()
2057 TurboAssembler* tasm_;