Home
last modified time | relevance | path

Searched refs:SourceLocationFlag (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DregAllocator.h34 : pg_(pg), sourceLocationFlag_(lexer::SourceLocationFlag::VALID_SOURCE_LOCATION) in RegAllocator()
41 void SetSourceLocationFlag(lexer::SourceLocationFlag flag) in SetSourceLocationFlag()
46 lexer::SourceLocationFlag GetSourceLocationFlag() const in GetSourceLocationFlag()
126 bool isInvalid = GetSourceLocationFlag() == lexer::SourceLocationFlag::INVALID_SOURCE_LOCATION; in Alloc()
139 lexer::SourceLocationFlag sourceLocationFlag_; // for instructions that need to be set with invalid debuginfo
H A DregScope.cpp123 pg_->SetSourceLocationFlag(lexer::SourceLocationFlag::INVALID_SOURCE_LOCATION); in FunctionRegScope()
127 pg_->SetSourceLocationFlag(lexer::SourceLocationFlag::VALID_SOURCE_LOCATION); in FunctionRegScope()
H A Dfunction.cpp250 pg->SetSourceLocationFlag(lexer::SourceLocationFlag::INVALID_SOURCE_LOCATION); in CompileFunction()
252 pg->SetSourceLocationFlag(lexer::SourceLocationFlag::VALID_SOURCE_LOCATION); in CompileFunction()
309 pg->SetSourceLocationFlag(lexer::SourceLocationFlag::INVALID_SOURCE_LOCATION); in Compile()
312 pg->SetSourceLocationFlag(lexer::SourceLocationFlag::VALID_SOURCE_LOCATION); in Compile()
H A Dpandagen.h203 void SetSourceLocationFlag(lexer::SourceLocationFlag flag) in SetSourceLocationFlag()
/arkcompiler/ets_frontend/es2panda/compiler/function/
H A DasyncFunctionBuilder.cpp30 pg_->SetSourceLocationFlag(lexer::SourceLocationFlag::VALID_SOURCE_LOCATION); in DirectReturn()
36 pg_->SetSourceLocationFlag(lexer::SourceLocationFlag::INVALID_SOURCE_LOCATION); in ImplicitReturn()
H A DgeneratorFunctionBuilder.cpp54 pg_->SetSourceLocationFlag(lexer::SourceLocationFlag::INVALID_SOURCE_LOCATION); in ImplicitReturn()
56 pg_->SetSourceLocationFlag(lexer::SourceLocationFlag::VALID_SOURCE_LOCATION); in ImplicitReturn()
H A DfunctionBuilder.cpp47 pg_->SetSourceLocationFlag(lexer::SourceLocationFlag::INVALID_SOURCE_LOCATION); in ImplicitReturn()
51 pg_->SetSourceLocationFlag(lexer::SourceLocationFlag::VALID_SOURCE_LOCATION); in ImplicitReturn()
57 pg_->SetSourceLocationFlag(lexer::SourceLocationFlag::VALID_SOURCE_LOCATION); in ImplicitReturn()
69 pg_->SetSourceLocationFlag(lexer::SourceLocationFlag::VALID_SOURCE_LOCATION); in ImplicitReturn()
H A DasyncGeneratorFunctionBuilder.cpp69 pg_->SetSourceLocationFlag(lexer::SourceLocationFlag::VALID_SOURCE_LOCATION); in DirectReturn()
75 pg_->SetSourceLocationFlag(lexer::SourceLocationFlag::INVALID_SOURCE_LOCATION); in ImplicitReturn()
/arkcompiler/ets_frontend/es2panda/lexer/token/
H A DsourceLocation.h28 enum class SourceLocationFlag { class
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DobjectExpression.cpp385 pg->SetSourceLocationFlag(lexer::SourceLocationFlag::INVALID_SOURCE_LOCATION); in CompilePropertyWithInit()
394 pg->SetSourceLocationFlag(lexer::SourceLocationFlag::VALID_SOURCE_LOCATION); in CompilePropertyWithInit()

Completed in 6 milliseconds