Home
last modified time | relevance | path

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

/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/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/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.h37 struct Context { struct
43 struct AsmStackContext : public base::AlignedStruct<base::AlignedPointer::Size(), argument
/arkcompiler/runtime_core/verification/config/parse/
Dconfig_parse.cpp32 struct Context { struct
33 Section current;
34 std::vector<Section> sections;
/arkcompiler/runtime_core/verification/util/parser/tests/
Dparser_test.cpp24 struct Context { struct
28 static const auto FOO = [](action act, [[maybe_unused]] Context &, auto &it) { in __anon3578ab070202() argument
56 static const auto BAR = [](action act, [[maybe_unused]] Context &, auto &it) { in __anon3578ab070302() argument
/arkcompiler/runtime_core/verification/config/debug_breakpoint/
Dconfig_handler_breakpoints.cpp40 struct Context { struct
41 PandaString Method;
42 std::vector<uint32_t> Offsets;
/arkcompiler/runtime_core/verification/util/tests/
Denvironment.cpp30 struct Context { in EnvOptions() struct
31 std::string name; in EnvOptions()
32 OptionValue value; in EnvOptions()
/arkcompiler/runtime_core/verification/
Dverification_options.h48 bool Context = false; member
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h104 inline CompilerContext *Context() const in Context() function
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h260 CheckerContext Context() const in Context() function