Home
last modified time | relevance | path

Searched defs:Context (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/public/
Dpublic.h40 struct Context { struct
55 compiler::CompilerContext *compilerContext = nullptr; argument
59 es2panda_ContextState state = ES2PANDA_STATE_NEW; argument
60 std::string errorMessage;
61 lexer::SourcePosition errorPos;
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-context.h44 struct Context { struct
45 std::string_view token; /* current token */
46 std::vector<panda::pandasm::Token> tokens; /* token list */
47 size_t number = 0; /* line number */
48 bool end = false; /* end of line flag */
49 Token::Type id = Token::Type::ID_BAD; /* current token type */
50 …Token::Type signop = Token::Type::ID_BAD; /* current token operand type (if it is an operation) */
51 panda::pandasm::Error err; /* current error */
52 int64_t *maxValueOfReg = nullptr;
53 size_t insNumber = 0;
[all …]
/arkcompiler/runtime_core/assembler/
Dassembly-context.h43 struct Context { struct
44 std::string_view token; /* current token */
45 std::vector<panda::pandasm::Token> tokens; /* token list */
46 size_t number = 0; /* line number */
47 bool end = false; /* end of line flag */
48 Token::Type id = Token::Type::ID_BAD; /* current token type */
49 …Token::Type signop = Token::Type::ID_BAD; /* current token operand type (if it is an operation) */
50 panda::pandasm::Error err; /* current error */
51 int64_t *max_value_of_reg = nullptr;
52 size_t ins_number = 0;
[all …]
/arkcompiler/runtime_core/static_core/verification/config/handlers/
Dconfig_handler_method_groups.cpp50 struct Context { in RegisterConfigHandlerMethodGroups() struct
51 PandaString group; in RegisterConfigHandlerMethodGroups()
52 PandaString options; in RegisterConfigHandlerMethodGroups()
Dliteral_parser.h58 using Context = PandaVector<PandaString>; in LiteralsParser() local
/arkcompiler/runtime_core/static_core/verification/util/parser/tests/
Dparser_test.cpp24 struct Context {}; struct
27 static const auto FOO = [](Action act, [[maybe_unused]] Context &, auto &it) { in __anonddcd0bc60202() argument
55 static const auto BAR = [](Action act, [[maybe_unused]] Context &, auto &it) { in __anonddcd0bc60302() argument
/arkcompiler/runtime_core/static_core/verification/config/debug_breakpoint/
Dconfig_handler_breakpoints.cpp39 struct Context { struct
40 PandaString method;
41 std::vector<uint32_t> offsets;
/arkcompiler/runtime_core/static_core/verification/config/parse/
Dconfig_parse.cpp33 struct Context { struct
34 Section current;
35 std::vector<Section> sections;
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.h46 struct Context { struct
52 struct AsmStackContext : public base::AlignedStruct<base::AlignedPointer::Size(), argument
/arkcompiler/runtime_core/static_core/verification/util/tests/
Denvironment.cpp30 struct Context { in EnvOptions() struct
31 std::string name; in EnvOptions()
32 OptionValue value; in EnvOptions()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Demitter.h121 const CompilerContext *Context() const in Context() function
DcodeGen.cpp331 CompilerContext *CodeGen::Context() const noexcept in Context() function in panda::es2panda::compiler::CodeGen
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.h134 PhaseContext *Context() in Context() function
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context_misc.cpp239 Context::Context(Config conf) : conf_(std::move(conf)) {} in Context() function in panda::static_linker::Context
Dlinker_context.h32 class Context; variable
/arkcompiler/ets_frontend/ets2panda/checker/
Dchecker.h87 CheckerContext &Context() in Context() function
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h105 inline CompilerContext *Context() const in Context() function
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h260 CheckerContext Context() const in Context() function
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D7_expressions.rst884 .. _Array Type Inference from Types of Elements: