Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_mcr_lowering.h27 NTypeMCRLowering(Circuit *circuit, PassContext *ctx, const CString &recordName, in NTypeMCRLowering()
Dntype_hcr_lowering.h28 NTypeHCRLowering(Circuit *circuit, PassContext *ctx, TSManager *tsManager, in NTypeHCRLowering()
Dts_hcr_lowering.h29 TSHCRLowering(Circuit *circuit, PassContext *ctx, in TSHCRLowering()
Dts_inline_lowering.h111 TSInlineLowering(Circuit *circuit, PassContext *ctx, bool enableLog, const std::string& name, in TSInlineLowering()
Dpass_manager.cpp78 PassContext ctx(triple_, log_, &collector, m->GetModule(), &profilerDecoder_); in Compile() local
Dllvm_codegen.cpp529 …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/
DparserImpl.h599 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()
DexpressionParser.cpp871 lexer::TemplateLiteralParserContext ctx(lexer_); in ParseTemplateLiteral() local
DparserImpl.cpp496 lexer::TemplateLiteralParserContext ctx(lexer_); in ParseTsTemplateLiteralType() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dglobal_type_infer.cpp19 GlobalTypeInfer::GlobalTypeInfer(PassContext *ctx, const uint32_t methodOffset, const CString &reco… in GlobalTypeInfer()
Dmethod_type_infer.cpp23 …:MethodTypeInfer(BytecodeCircuitBuilder *builder, Circuit *circuit, PassContext *ctx, size_t metho… in MethodTypeInfer()
/arkcompiler/ets_frontend/es2panda/lexer/
Dlexer.cpp436 void Lexer::PushTemplateContext(TemplateLiteralParserContext *ctx) in PushTemplateContext()
/arkcompiler/runtime_core/libpandabase/os/
Dstacktrace.cpp289 static _Unwind_Reason_Code FrameHandler(struct _Unwind_Context *ctx, [[maybe_unused]] void *arg) in FrameHandler()