/arkcompiler/toolchain/tooling/agent/ |
D | tracing_impl.cpp | 27 { "end", &TracingImpl::DispatcherImpl::End }, in Dispatch() 44 void TracingImpl::DispatcherImpl::End(const DispatchRequest &request) in End() function in panda::ecmascript::tooling::TracingImpl::DispatcherImpl 46 DispatchResponse response = tracing_->End(); in End() 117 DispatchResponse TracingImpl::End() in End() function in panda::ecmascript::tooling::TracingImpl
|
D | tracing_impl.h | 32 DispatchResponse End(); 45 void End(const DispatchRequest &request);
|
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
D | catchTable.h | 51 return try_.End(); in TryEnd() 61 return catch_.End(); in CatchEnd()
|
/arkcompiler/ets_frontend/es2panda/parser/ |
D | expressionParser.cpp | 84 lexer::SourcePosition endLoc = lexer_->GetToken().End(); in ParseYieldExpression() 100 endLoc = argument->End(); in ParseYieldExpression() 109 endLoc = argument->End(); in ParseYieldExpression() 145 asExpr->SetRange({startLoc, lexer_->GetToken().End()}); in ParseTsAsExpression() 251 arrayExpressionNode->SetRange({startLoc, lexer_->GetToken().End()}); in ParseArrayExpression() 370 endLoc = body->AsExpression()->End(); in ParseArrowFunctionExpressionBody() 376 body->SetRange({bodyStart, lexer_->GetToken().End()}); in ParseArrowFunctionExpressionBody() 383 endLoc = body->End(); in ParseArrowFunctionExpressionBody() 536 typeAssertion->SetRange({start, lexer_->GetToken().End()}); in ParseTsTypeAssertion() 611 expr->SetRange({start, lexer_->GetToken().End()}); in ParseCoverParenthesizedExpressionAndArrowParameterList() [all …]
|
D | statementParser.cpp | 368 moduleDecl->SetRange({startLoc, lexer_->GetToken().End()}); in ParseTsAmbientExternalModuleDeclaration() 444 moduleDecl->SetRange({startLoc, lexer_->GetToken().End()}); in ParseTsModuleOrNamespaceDelaration() 489 importEqualsDecl->SetRange({startLoc, lexer_->GetToken().End()}); in ParseTsImportEqualsDeclaration() 516 namespaceExportDecl->SetRange({startLoc, lexer_->GetToken().End()}); in ParseTsNamespaceExportDeclaration() 538 blockNode->SetRange({startLoc, lexer_->GetToken().End()}); in ParseTsModuleBlock() 678 lexer::SourcePosition endLoc = classDefinition->End(); in ParseClassDeclaration() 724 typeAliasDecl->SetRange({typeStart, lexer_->GetToken().End()}); in ParseTsTypeAliasDeclaration() 786 lexer::SourcePosition heritageEnd = lexer_->GetToken().End(); in ParseTsInterfaceDeclaration() 804 heritageEnd = typeParamInst->End(); in ParseTsInterfaceDeclaration() 829 body->SetRange({bodyStart, lexer_->GetToken().End()}); in ParseTsInterfaceDeclaration() [all …]
|
D | parserImpl.cpp | 184 blockStmt->SetRange({startLoc, lexer_->GetToken().End()}); in ParseProgram() 427 lexer::SourcePosition bodyEnd = lexer_->GetToken().End(); in ParseTsTypeLiteralOrTsMappedType() 514 typeAnnotation->SetRange({startLoc, lexer_->GetToken().End()}); in ParseTsTemplateLiteralType() 697 importType->SetRange({startLoc, lexer_->GetToken().End()}); in ParseTsImportType() 757 lexer::SourcePosition endLoc = falseType->End(); in ParseTsConditionalType() 810 typeOperator->SetRange({typeOperatorStart, type->End()}); in ParseTsTypeOperatorOrTypeReference() 825 typeOperator->SetRange({typeOperatorStart, type->End()}); in ParseTsTypeOperatorOrTypeReference() 839 typeOperator->SetRange({typeOperatorStart, type->End()}); in ParseTsTypeOperatorOrTypeReference() 858 inferType->SetRange({inferStart, lexer_->GetToken().End()}); in ParseTsTypeOperatorOrTypeReference() 935 element->SetRange({startPos, elementType->End()}); in ParseTsTupleElement() [all …]
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | labelPair.h | 32 Label *End() const in End() function
|
/arkcompiler/ets_frontend/es2panda/lexer/token/ |
D | token.h | 71 const SourcePosition &End() const in DEFINE_BITOPS()
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
D | heap_snapshot_json_serializer.h | 69 void End() in End() function
|
D | heap_snapshot_json_serializer.cpp | 49 writer_->End(); in Serialize()
|
/arkcompiler/runtime_core/compiler/docs/ |
D | try_catch_blocks_ir.md | 61 \-------------->| End bb |<----------/ 119 | End bb |
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | cframe_layout.h | 42 static constexpr ssize_t End() in End() function 87 static constexpr ssize_t HEADER_SIZE = FlagsSlot::End() - LrSlot::Start();
|
/arkcompiler/ets_frontend/es2panda/ir/base/ |
D | scriptFunction.cpp | 148 auto endIndex = funcNode->End().index; in SourceCode()
|
/arkcompiler/ets_frontend/es2panda/ir/ |
D | astNode.h | 237 const lexer::SourcePosition &End() const in AST_NODE_REINTERPRET_MAPPING()
|
/arkcompiler/ets_frontend/es2panda/lexer/ |
D | lexer.cpp | 109 pos_.iterator.Reset(GetToken().End().index - offset); in BackwardToken() 525 pos_.iterator.Reset(GetToken().End().index); in ResetTokenEnd() 526 pos_.line = GetToken().End().line; in ResetTokenEnd()
|
/arkcompiler/runtime_core/libpandafile/ |
D | file.cpp | 400 static ClassIdxIterator End(const File &file, const Span<const uint32_t> &span) in End() function in panda::panda_file::ClassIdxIterator 642 …auto it = std::lower_bound(ClassIdxIterator::Begin(*this, class_idx), ClassIdxIterator::End(*this,… in GetClassId()
|
/arkcompiler/toolchain/tooling/test/ |
D | tracing_impl_test.cpp | 56 DispatchResponse response = tracing->End(); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
D | heap_tracker_test.cpp | 478 streamWriter.End(); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/tools/circuit_viewer/examples/ |
D | log_loop.txt | 314 [compiler] =========================== End =========================== 362 [compiler] ========================= End ========================== 410 [compiler] ========================= End ========================== 460 [compiler] ========================= End ========================== 512 [compiler] ========================= End ========================== 564 [compiler] ========================= End ========================== 621 [compiler] =========================== End ========================= 678 [compiler] ========================= End ========================== 923 [compiler] =========================== End ===========================
|
/arkcompiler/runtime_core/docs/ |
D | file_format.md | 236 | `end_off` | `uint32_t` | End offset of the region. | 443 Shorty -> ReturnType ParamTypeList End 447 End -> 0x0
|
D | assembly_format.md | 406 exception handler. End label is the label that immediately follows last instruction of the
|
D | ir_format.md | 132 **End** BasicBlock doesn't have successors and doesn't contain instructions.
|