Home
last modified time | relevance | path

Searched defs:before (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/
Deslint.config.mjs110 '@stylistic/arrow-spacing': ['error', { before: true, after: true }], property
123 '@stylistic/comma-spacing': ['error', { before: false, after: true }], property
133 '@stylistic/generator-star-spacing': ['error', { before: true, after: false }], property
164 '@stylistic/keyword-spacing': ['error', { before: true, after: true }], property
206 '@stylistic/semi-spacing': ['error', { before: false, after: true }], property
213 '@stylistic/switch-colon-spacing': ['error', { after: true, before: false }], property
219 '@stylistic/yield-star-spacing': ['error', { before: true, after: false }], property
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dmir_compiler.h33 void InsertBefore(llvm::AnalysisID before, llvm::Pass *pass) in InsertBefore()
/arkcompiler/ets_frontend/arkguard/test/
D.eslintrc.json30 "keyword-spacing": ["error", { "before": true, "after": true }], boolean
36 "comma-spacing": ["error", { "before": false, "after": true }], boolean
37 "semi-spacing": ["error", { "before": false, "after": true }], boolean
/arkcompiler/runtime_core/static_core/verification/absint/
Dreg_context.h55 auto before = *lhsIt; in UnionWith() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.cpp466 void BasicBlock::InsertBefore(Inst *inst, Inst *before) in InsertBefore()
488 void BasicBlock::InsertRangeBefore(Inst *range_first, Inst *range_last, Inst *before) in InsertRangeBefore()
/arkcompiler/ets_runtime/common_components/heap/collector/tests/
Dfinalizer_processor_test.cpp87 auto before = finalizerProcessor.VisitFinalizers(visitor); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dstring_builder_utils.cpp170 void InsertBeforeWithSaveState(Inst *inst, Inst *before) in InsertBeforeWithSaveState()
187 void InsertBeforeWithInputs(Inst *inst, Inst *before) in InsertBeforeWithInputs()
Descape.cpp922 void EscapeAnalysis::Materialize(StateOwner inst, Inst *before) in Materialize()
Dsimplify_string_builder.cpp384 Inst *before) in InsertIntrinsicAndFixSaveStates()
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dglobal_value_numbering_test.cpp169 GateRef before = results[0]; in HWTEST_F_L0() local
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dconstant_propagation_test.cpp64 …bool CheckFunction(const std::string &file, const char *test_method_name, ExpectType before, Expec… in CheckFunction()
/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.h117 uint32_t CalculateRoundUpSize(uint32_t before, uint32_t after) in CalculateRoundUpSize()
/arkcompiler/ets_frontend/ets2panda/lsp/src/services/text_change/
Dchange_tracker.cpp122 InsertNodeOptions ChangeTracker::GetOptionsForInsertNodeBefore(const ir::AstNode *before, const ir:… in GetOptionsForInsertNodeBefore()
477 void ChangeTracker::InsertNodeBefore(es2panda_Context *context, ir::AstNode *before, ir::AstNode *n… in InsertNodeBefore()
493 …::InsertModifierBefore(es2panda_Context *context, const ir::AstNode *modifier, ir::AstNode *before) in InsertModifierBefore()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dbasicblock.cpp1102 void BasicBlock::InsertBefore(Inst *inst, Inst *before) in InsertBefore()
1125 void BasicBlock::InsertRangeBefore(Inst *rangeFirst, Inst *rangeLast, Inst *before) in InsertRangeBefore()
/arkcompiler/ets_runtime/ecmascript/tests/
Dgc_second_test.cpp366 size_t before = heap->GetHeapObjectSize(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h4346 GateRef before = LoadPrimitive(VariableType::INT64(), glue, megaProbeCountOffset); in IncMegaProbeCount() local
4354 GateRef before = LoadPrimitive(VariableType::INT64(), glue, megaHitCountOffset); in IncMegaHitCount() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument