Home
last modified time | relevance | path

Searched defs:Context (Results 1 – 7 of 7) 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/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.h38 struct Context { struct
44 struct AsmStackContext : public base::AlignedStruct<base::AlignedPointer::Size(), argument
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsFunctionClassesCjsExportAssignment/
Dcontext.js52 function Context(input) { class
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DuniqueSymbolsDeclarations.ts639 interface Context { interface
DuniqueSymbols.ts642 interface Context { interface
/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