Searched defs:ctx (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ntype_mcr_lowering.h | 27 NTypeMCRLowering(Circuit *circuit, PassContext *ctx, const CString &recordName, in NTypeMCRLowering()
|
| D | ntype_hcr_lowering.h | 28 NTypeHCRLowering(Circuit *circuit, PassContext *ctx, TSManager *tsManager, in NTypeHCRLowering()
|
| D | ts_hcr_lowering.h | 29 TSHCRLowering(Circuit *circuit, PassContext *ctx, in TSHCRLowering()
|
| D | ts_inline_lowering.h | 111 TSInlineLowering(Circuit *circuit, PassContext *ctx, bool enableLog, const std::string& name, in TSInlineLowering()
|
| D | pass_manager.cpp | 78 PassContext ctx(triple_, log_, &collector, m->GetModule(), &profilerDecoder_); in Compile() local
|
| D | llvm_codegen.cpp | 529 …LLVMDisasmContextRef ctx = LLVMCreateDisasm(LLVMGetTarget(module), nullptr, 0, nullptr, SymbolLook… in GetCalleeReg2Offset() local 556 DWARFContext *ctx, LLVMModule* module, const std::string &funcName) in GetCalleeReg2Offset()
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.h | 599 explicit SavedStatusContext(ParserContext *ctx) in SavedStatusContext() 622 explicit SwitchContext(ParserContext *ctx) : SavedStatusContext(ctx) {} in SwitchContext() 631 explicit IterationContext(ParserContext *ctx, binder::Binder *binder) in IterationContext() 651 explicit FunctionParameterContext(ParserContext *ctx, binder::Binder *binder) in FunctionParameterContext()
|
| D | expressionParser.cpp | 871 lexer::TemplateLiteralParserContext ctx(lexer_); in ParseTemplateLiteral() local
|
| D | parserImpl.cpp | 496 lexer::TemplateLiteralParserContext ctx(lexer_); in ParseTsTemplateLiteralType() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | global_type_infer.cpp | 19 GlobalTypeInfer::GlobalTypeInfer(PassContext *ctx, const uint32_t methodOffset, const CString &reco… in GlobalTypeInfer()
|
| D | method_type_infer.cpp | 23 …:MethodTypeInfer(BytecodeCircuitBuilder *builder, Circuit *circuit, PassContext *ctx, size_t metho… in MethodTypeInfer()
|
| /arkcompiler/ets_frontend/es2panda/lexer/ |
| D | lexer.cpp | 436 void Lexer::PushTemplateContext(TemplateLiteralParserContext *ctx) in PushTemplateContext()
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | stacktrace.cpp | 289 static _Unwind_Reason_Code FrameHandler(struct _Unwind_Context *ctx, [[maybe_unused]] void *arg) in FrameHandler()
|