Home
last modified time | relevance | path

Searched defs:Context (Results 1 – 23 of 23) 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/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/ets_frontend/ets2panda/public/
Dpublic.h146 struct Context { struct
149 …std::function<void(public_lib::Context *context, varbinder::FunctionScope *, compiler::ProgramElem… argument
151 ArenaAllocator *Allocator() const in Allocator()
157 T *AllocNode(Args &&...args) in AllocNode()
163 …AbcForExternal(std::unordered_set<std::string> &genAbcList, public_lib::ExternalSource &extSources) in MarkGenAbcForExternal()
214 es2panda_ContextState state = ES2PANDA_STATE_NEW; argument
215 std::string errorMessage;
216 lexer::SourcePosition errorPos;
219 ExternalSources externalSources;
221 std::vector<std::string> sourceFileNames;
/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.h41 struct Context { struct
50 // | callFrameTop_ | stackContext 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/util/parser/tests/
Dparser_test.cpp24 struct Context {}; struct
28 const auto FOO = [](Action act, [[maybe_unused]] Context &, auto &it) { in __anon255a47c70202() argument
57 const auto BAR = [](Action act, [[maybe_unused]] Context &, auto &it) { in __anon255a47c70302() argument
/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/tests/
Denvironment.cpp32 struct Context { in EnvOptions() struct
33 std::string name; in EnvOptions()
34 OptionValue value; in EnvOptions()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Demitter.h130 const public_lib::Context *Context() const in Context() function
DcodeGen.cpp333 public_lib::Context *CodeGen::Context() const noexcept in Context() function in ark::es2panda::compiler::CodeGen
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.h148 PhaseContext *Context() in Context() function
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/pointerAnalysis/
DContext.ts21 class Context { class
/arkcompiler/ets_frontend/ets2panda/parser/
DparserImpl.h114 public_lib::Context *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/ets2panda/bindings/src/
Dtypes.ts88 export class Context extends ArktsObject { class
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h105 inline CompilerContext *Context() const in Context() function
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D15_semantics.rst155 .. _Specifics of Numeric Operator Contexts:
D7_expressions.rst934 .. _Array Type Inference from Types of Elements:
/arkcompiler/ets_frontend/ets2panda/driver/build_system/src/
Dtypes.ts53 Context: { property
/arkcompiler/ets_frontend/ets2panda/checker/
Dchecker.h82 [[nodiscard]] CheckerContext &Context() noexcept in Context() function
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h260 CheckerContext Context() const in Context() function