Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/public/
Dpublic.h40 struct Context { struct
42 …std::function<void(public_lib::Context *context, varbinder::FunctionScope *, compiler::ProgramElem… argument
63 es2panda_ContextState state = ES2PANDA_STATE_NEW; argument
64 std::string errorMessage;
65 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<ark::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 ark::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()
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.h47 struct Context { struct
53 struct AsmStackContext : public base::AlignedStruct<base::AlignedPointer::Size(), 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/runtime_core/static_core/verification/util/parser/tests/
Dparser_test.cpp24 struct Context {}; struct
28 const auto FOO = [](Action act, [[maybe_unused]] Context &, auto &it) { in __anond0f866250202() argument
57 const auto BAR = [](Action act, [[maybe_unused]] Context &, auto &it) { in __anond0f866250302() argument
/arkcompiler/runtime_core/static_core/verification/util/tests/
Denvironment.cpp31 struct Context { in EnvOptions() struct
32 std::string name; in EnvOptions()
33 OptionValue value; in EnvOptions()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Demitter.h130 const public_lib::Context *Context() const in Context() function
DcodeGen.cpp331 public_lib::Context *CodeGen::Context() const noexcept in Context() function in ark::es2panda::compiler::CodeGen
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.h142 PhaseContext *Context() in Context() function
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context.h32 class Context; variable
Dlinker_context_misc.cpp258 Context::Context(Config conf) : conf_(std::move(conf)) {} in Context() function in ark::static_linker::Context
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h105 inline CompilerContext *Context() const in Context() function
/arkcompiler/ets_frontend/ets2panda/checker/
Dchecker.h79 [[nodiscard]] CheckerContext &Context() noexcept 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.rst855 .. _Array Type Inference from Types of Elements: