| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_handle_scope.cpp | 26 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/ |
| D | pgo_profile_type.cpp | 24 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/ |
| D | signal_handler.cpp | 46 [[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/ |
| D | plugin.h | 50 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/ |
| D | plugin_proceed_to_state_find_import_declaration.cpp | 64 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
|
| D | plugin_proceed_to_state_update_statements.cpp | 59 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
|
| D | plugin_proceed_to_state.cpp | 58 void CheckForErrors(std::string StateName, es2panda_Context *context) in CheckForErrors() 82 auto context = impl->CreateContextFromFile(config, argv[argc - 1]); in main() local
|
| D | plugin_proceed_to_state_update_statements_lambda.cpp | 65 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/ |
| D | guard_context_test.cpp | 41 auto context = guard::GuardContext::GetInstance(); variable 69 auto context = guard::GuardContext::GetInstance(); variable
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
| D | pgo_profile_type_pool.h | 65 … 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()
|
| D | pgo_record_pool.h | 58 … 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()
|
| D | pgo_proto_transition_type_pool.h | 49 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/ |
| D | es2panda_lib.cpp | 233 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/ |
| D | compilerImpl.cpp | 50 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
|
| D | JSemitter.h | 45 explicit JSEmitter(const public_lib::Context *context) : Emitter(context) {} in JSEmitter()
|
| D | compileJob.h | 54 void SetContext(public_lib::Context *context, varbinder::FunctionScope *scope) in SetContext()
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | coroutine.cpp | 24 …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/ |
| D | aot_manager.cpp | 81 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/ |
| D | tsAsExpression.cpp | 84 … 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/ |
| D | variableDeclarator.cpp | 133 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/ |
| D | ASTAutofixer.ts | 23 private readonly context: ts.TransformationContext; property in Autofixer
|
| D | ASTTransformer.ts | 21 private readonly context: ts.TransformationContext; property in Transformer
|
| /arkcompiler/jsvm/src/ |
| D | js_native_api_v8.h | 104 #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/ |
| D | jsnapicontext_fuzzer.cpp | 33 EcmaContext *context = JSNApi::CreateJSContext(vm); in JSNApiSwitchCurrentContextFuzztest() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | terminate.cpp | 45 char *context; in Terminate() local
|