| /arkcompiler/ets_frontend/ets2panda/linter/ |
| D | eslint.config.mjs | 110 '@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/ |
| D | mir_compiler.h | 33 void InsertBefore(llvm::AnalysisID before, llvm::Pass *pass) in InsertBefore()
|
| /arkcompiler/ets_frontend/arkguard/test/ |
| D | .eslintrc.json | 30 "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/ |
| D | reg_context.h | 55 auto before = *lhsIt; in UnionWith() local
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | basicblock.cpp | 466 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/ |
| D | finalizer_processor_test.cpp | 87 auto before = finalizerProcessor.VisitFinalizers(visitor); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | string_builder_utils.cpp | 170 void InsertBeforeWithSaveState(Inst *inst, Inst *before) in InsertBeforeWithSaveState() 187 void InsertBeforeWithInputs(Inst *inst, Inst *before) in InsertBeforeWithInputs()
|
| D | escape.cpp | 922 void EscapeAnalysis::Materialize(StateOwner inst, Inst *before) in Materialize()
|
| D | simplify_string_builder.cpp | 384 Inst *before) in InsertIntrinsicAndFixSaveStates()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| D | global_value_numbering_test.cpp | 169 GateRef before = results[0]; in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | constant_propagation_test.cpp | 64 …bool CheckFunction(const std::string &file, const char *test_method_name, ExpectType before, Expec… in CheckFunction()
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file_item_container.h | 117 uint32_t CalculateRoundUpSize(uint32_t before, uint32_t after) in CalculateRoundUpSize()
|
| /arkcompiler/ets_frontend/ets2panda/lsp/src/services/text_change/ |
| D | change_tracker.cpp | 122 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/ |
| D | basicblock.cpp | 1102 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/ |
| D | gc_second_test.cpp | 366 size_t before = heap->GetHeapObjectSize(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder-inl.h | 4346 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/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|