Home
last modified time | relevance | path

Searched defs:context (Results 1 – 25 of 125) sorted by relevance

12345

/arkcompiler/ets_runtime/ecmascript/
Decma_handle_scope.cpp26 auto context = thread_->GetCurrentEcmaContext(); in EcmaHandleScope() local
37 void EcmaHandleScope::OpenHandleScope(EcmaContext *context) in OpenHandleScope()
44 void EcmaHandleScope::OpenPrimitiveScope(EcmaContext *context) in OpenPrimitiveScope()
53 auto context = thread_->GetCurrentEcmaContext(); in ~EcmaHandleScope() local
64 void EcmaHandleScope::CloseHandleScope(EcmaContext *context) in CloseHandleScope()
73 void EcmaHandleScope::ClosePrimitiveScope(EcmaContext *context) in ClosePrimitiveScope()
93 auto context = thread->GetCurrentEcmaContext(); in NewHandle() local
121 auto context = thread->GetCurrentEcmaContext(); in NewPrimitiveHandle() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profile_type.cpp24 ProfileTypeRef::ProfileTypeRef(PGOContext &context, const ProfileType &type) in ProfileTypeRef()
31 ProfileTypeRef &ProfileTypeRef::Remap([[maybe_unused]] const PGOContext &context) in Remap()
37 ProfileType::ProfileType(PGOContext &context, ProfileTypeRef typeRef) in ProfileType()
53 std::optional<ProfileType> ProfileType::CreateFromProfileTypeRef(PGOContext &context, ProfileTypeRe… in CreateFromProfileTypeRef()
70 ProfileType &ProfileType::Remap([[maybe_unused]]const PGOContext &context) in Remap()
/arkcompiler/runtime_core/static_core/runtime/
Dsignal_handler.cpp46 [[maybe_unused]] const void *context) in DumpStackTrace()
70 static bool CallSignalActionHandler(int sig, siginfo_t *info, void *context) in CallSignalActionHandler()
75 bool SignalManager::SignalActionHandler(int sig, siginfo_t *info, void *context) in SignalActionHandler()
96 …Manager::InOatCode([[maybe_unused]] const siginfo_t *siginfo, [[maybe_unused]] const void *context, in InOatCode()
170 [[maybe_unused]] const void *context, in GetMethodAndReturnPcAndSp()
269 bool DetectSEGVFromCompiledCode(int sig, siginfo_t *siginfo, void *context) in DetectSEGVFromCompiledCode()
281 bool DetectSEGVFromHandler(int sig, siginfo_t *siginfo, void *context) in DetectSEGVFromHandler()
296 bool DetectSEGVFromMemory(int sig, siginfo_t *siginfo, void *context) in DetectSEGVFromMemory()
309 bool DetectSEGVFromCode(int sig, siginfo_t *siginfo, void *context) in DetectSEGVFromCode()
340 bool DetectSEGVFromNullCheck(int sig, siginfo_t *siginfo, void *context) in DetectSEGVFromNullCheck()
[all …]
/arkcompiler/ets_frontend/ets2panda/util/
Dplugin.h50 void AfterParse(es2panda_Context *context) const in AfterParse()
57 void AfterCheck(es2panda_Context *context) const in AfterCheck()
64 void AfterLowerings(es2panda_Context *context) const in AfterLowerings()
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_find_import_declaration.cpp64 auto *context = static_cast<es2panda_Context *>(arg); in CheckForImportDeclaration() local
88 auto *context = static_cast<es2panda_Context *>(arg); in CheckForImportIdentifier() local
120 void FindImportDeclarations(es2panda_Context *context, es2panda_AstNode *ast) in FindImportDeclarations()
126 void CheckForErrors(std::string StateName, es2panda_Context *context) in CheckForErrors()
151 auto context = impl->CreateContextFromString(config, src.c_str(), argv[argc - 1]); in main() local
Dplugin_proceed_to_state_update_statements.cpp59 void createClassDeclaration(es2panda_Context *context, char *className, es2panda_AstNode *program) in createClassDeclaration()
81 void CheckForErrors(std::string StateName, es2panda_Context *context) in CheckForErrors()
105 auto context = impl->CreateContextFromFile(config, argv[argc - 1]); in main() local
Dplugin_proceed_to_state.cpp58 void CheckForErrors(std::string StateName, es2panda_Context *context) in CheckForErrors()
82 auto context = impl->CreateContextFromFile(config, argv[argc - 1]); in main() local
Dplugin_proceed_to_state_update_statements_lambda.cpp65 void CheckForErrors(std::string StateName, es2panda_Context *context) in CheckForErrors()
88 auto context = impl->CreateContextFromString(config, source.data(), argv[argc - 1]); in main() local
/arkcompiler/runtime_core/panda_guard/tests/unittest/
Dguard_context_test.cpp41 auto context = guard::GuardContext::GetInstance(); variable
69 auto context = guard::GuardContext::GetInstance(); variable
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpgo_profile_type_pool.h65 … uint32_t ProcessToBinary([[maybe_unused]] PGOContext &context, std::fstream &stream) override in ProcessToBinary()
72 uint32_t ParseFromBinary([[maybe_unused]] PGOContext &context, void **buffer, in ParseFromBinary()
85 void Remap(PGOContext &context) in Remap()
163 void Remap(PGOContext &context) in Remap()
Dpgo_record_pool.h58 … uint32_t ProcessToBinary([[maybe_unused]] PGOContext &context, std::fstream &stream) override in ProcessToBinary()
64 uint32_t ParseFromBinary([[maybe_unused]] PGOContext &context, void **buffer, in ParseFromBinary()
171 uint32_t ProcessToBinary(PGOContext &context, std::fstream &stream) override in ProcessToBinary()
192 uint32_t ParseFromBinary(PGOContext &context, void **buffer, in ParseFromBinary()
296 void Merge(const PGOContext &context, PGOAbcFilePool &pool) in Merge()
Dpgo_proto_transition_type_pool.h49 uint32_t ProcessToBinary(PGOContext &context, std::fstream &stream) override in ProcessToBinary()
70 uint32_t ParseFromBinary(PGOContext &context, void **buffer, in ParseFromBinary()
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp233 static void CompileJob(public_lib::Context *context, varbinder::FunctionScope *scope, in CompileJob()
513 extern "C" __attribute__((unused)) es2panda_Context *ProceedToState(es2panda_Context *context, in ProceedToState()
546 extern "C" __attribute__((unused)) void DestroyContext(es2panda_Context *context) in DestroyContext()
561 extern "C" __attribute__((unused)) es2panda_ContextState ContextState(es2panda_Context *context) in ContextState()
567 extern "C" __attribute__((unused)) char const *ContextErrorMessage(es2panda_Context *context) in ContextErrorMessage()
573 extern "C" __attribute__((unused)) es2panda_Program *ContextProgram(es2panda_Context *context) in ContextProgram()
650 extern "C" es2panda_SourcePosition *CreateSourcePosition(es2panda_Context *context, size_t index, s… in CreateSourcePosition()
656 extern "C" es2panda_SourceRange *CreateSourceRange(es2panda_Context *context, es2panda_SourcePositi… in CreateSourceRange()
665 extern "C" size_t SourcePositionIndex([[maybe_unused]] es2panda_Context *context, es2panda_SourcePo… in SourcePositionIndex()
670 extern "C" size_t SourcePositionLine([[maybe_unused]] es2panda_Context *context, es2panda_SourcePos… in SourcePositionLine()
[all …]
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcompilerImpl.cpp50 void CompilerImpl::HandleContextLiterals(public_lib::Context *context) in HandleContextLiterals()
62 ark::pandasm::Program *CompilerImpl::Emit(public_lib::Context *context) in Emit()
106 ASTVerificationRunner(ArenaAllocator &allocator, const public_lib::Context &context) in ASTVerificationRunner()
179 compiler::ProgramElement *programElement) -> void { in MakeCompileJob()
191 static bool RunVerifierAndPhases(CompilerImpl *compilerImpl, public_lib::Context &context, in RunVerifierAndPhases()
230 static bool RunPhases(CompilerImpl *compilerImpl, public_lib::Context &context, const std::vector<P… in RunPhases()
291 public_lib::Context context; in CreateCompiler() local
DJSemitter.h45 explicit JSEmitter(const public_lib::Context *context) : Emitter(context) {} in JSEmitter()
DcompileJob.h54 void SetContext(public_lib::Context *context, varbinder::FunctionScope *scope) in SetContext()
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine.cpp24 …tine *Coroutine::Create(Runtime *runtime, PandaVM *vm, PandaString name, CoroutineContext *context, in Create()
36 … ark::panda_file::SourceLang threadLang, PandaString name, CoroutineContext *context, in Coroutine()
54 void Coroutine::ReInitialize(PandaString name, CoroutineContext *context, std::optional<EntrypointI… in ReInitialize()
/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_manager.cpp81 static void FancyClassContextPrint(std::string_view context) in FancyClassContextPrint()
94 static bool CheckFilesInClassContext(std::string_view context, std::string_view aotContext) in CheckFilesInClassContext()
121 auto context = aotFile->IsBootPandaFile() ? bootClassContext_ : completeContext; in VerifyClassHierarchy() local
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsAsExpression.cpp84 … auto context = checker::SavedCheckerContext(checker, checker::CheckerStatus::IN_CONST_CONTEXT); in Check() local
97 auto context = checker::SavedCheckerContext(checker, checker::CheckerStatus::NO_OPTS); in Check() local
/arkcompiler/ets_frontend/es2panda/ir/statements/
DvariableDeclarator.cpp133 auto context = checker::SavedCheckerContext(checker, checker::CheckerStatus::FORCE_TUPLE); in Check() local
143 auto context = checker::SavedCheckerContext(checker, checker::CheckerStatus::FORCE_TUPLE); in Check() local
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/
DASTAutofixer.ts23 private readonly context: ts.TransformationContext; property in Autofixer
DASTTransformer.ts21 private readonly context: ts.TransformationContext; property in Transformer
/arkcompiler/jsvm/src/
Djs_native_api_v8.h104 #define CHECK_TO_TYPE(env, type, context, result, src, status) \ argument
112 #define CHECK_TO_TYPE_WITH_PREAMBLE(env, type, context, result, src, status) \ argument
128 #define CHECK_TO_OBJECT(env, context, result, src) \ argument
131 #define CHECK_TO_BIGINT(env, context, result, src) \ argument
134 #define CHECK_TO_OBJECT_WITH_PREAMBLE(env, context, result, src) \ argument
137 #define CHECK_TO_STRING(env, context, result, src) \ argument
140 #define CHECK_TO_NUMBER(env, context, result, src) \ argument
/arkcompiler/ets_runtime/test/fuzztest/jsnapicontext_fuzzer/
Djsnapicontext_fuzzer.cpp33 EcmaContext *context = JSNApi::CreateJSContext(vm); in JSNApiSwitchCurrentContextFuzztest() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dterminate.cpp45 char *context; in Terminate() local

12345