Home
last modified time | relevance | path

Searched refs:End (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/toolchain/tooling/agent/
Dtracing_impl.cpp27 { "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
Dtracing_impl.h32 DispatchResponse End();
45 void End(const DispatchRequest &request);
/arkcompiler/ets_frontend/es2panda/compiler/base/
DcatchTable.h51 return try_.End(); in TryEnd()
61 return catch_.End(); in CatchEnd()
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp84 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 …]
DstatementParser.cpp368 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 …]
DparserImpl.cpp184 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/
DlabelPair.h32 Label *End() const in End() function
/arkcompiler/ets_frontend/es2panda/lexer/token/
Dtoken.h71 const SourcePosition &End() const in DEFINE_BITOPS()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot_json_serializer.h69 void End() in End() function
Dheap_snapshot_json_serializer.cpp49 writer_->End(); in Serialize()
/arkcompiler/runtime_core/compiler/docs/
Dtry_catch_blocks_ir.md61 \-------------->| End bb |<----------/
119 | End bb |
/arkcompiler/runtime_core/libpandabase/utils/
Dcframe_layout.h42 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/
DscriptFunction.cpp148 auto endIndex = funcNode->End().index; in SourceCode()
/arkcompiler/ets_frontend/es2panda/ir/
DastNode.h237 const lexer::SourcePosition &End() const in AST_NODE_REINTERPRET_MAPPING()
/arkcompiler/ets_frontend/es2panda/lexer/
Dlexer.cpp109 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/
Dfile.cpp400 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/
Dtracing_impl_test.cpp56 DispatchResponse response = tracing->End(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_test.cpp478 streamWriter.End(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/tools/circuit_viewer/examples/
Dlog_loop.txt314 [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/
Dfile_format.md236 | `end_off` | `uint32_t` | End offset of the region. |
443 Shorty -> ReturnType ParamTypeList End
447 End -> 0x0
Dassembly_format.md406 exception handler. End label is the label that immediately follows last instruction of the
Dir_format.md132 **End** BasicBlock doesn't have successors and doesn't contain instructions.