Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 25 of 110) sorted by relevance

12345

/arkcompiler/ets_runtime/ecmascript/compiler/
Dassembler_module.cpp87 int AssemblerModule::GetArgcFromJSCallMode(JSCallMode mode) in GetArgcFromJSCallMode()
130 bool AssemblerModule::IsCallNew(JSCallMode mode) in IsCallNew()
169 bool AssemblerModule::JSModeHaveThisArg(JSCallMode mode) in JSModeHaveThisArg()
207 bool AssemblerModule::JSModeHaveNewTargetArg(JSCallMode mode) in JSModeHaveNewTargetArg()
245 bool AssemblerModule::IsJumpToCallCommonEntry(JSCallMode mode) in IsJumpToCallCommonEntry()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dfile.cpp26 static int GetFlags(Mode mode) in GetFlags()
48 File Open(std::string_view filename, Mode mode) in Open()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dfile.cpp25 static int GetFlags(Mode mode) in GetFlags()
47 File Open(std::string_view filename, Mode mode) in Open()
/arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/
Ddirectory.cpp31 mode_t mode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; in SetDirModeAsDefault() local
37 mode_t mode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; in SetFileModeAsDefault() local
/arkcompiler/ets_runtime/ecmascript/
Don_heap.h30 static bool IsNone(OnHeapMode mode) in IsNone()
43 static bool ToBoolean(OnHeapMode mode) in ToBoolean()
/arkcompiler/runtime_core/tests/fuzztest/openuncompressedarchive_fuzzer/
Dopenuncompressedarchive_fuzzer.cpp41 constexpr char const *mode = "rb"; in OpenUncompressedArchiveFuzzTest() local
43 constexpr char const *mode = "rbe"; in OpenUncompressedArchiveFuzzTest() local
/arkcompiler/runtime_core/static_core/tests/fuzztest/openuncompressedarchive_fuzzer/
Dopenuncompressedarchive_fuzzer.cpp42 constexpr char const *mode = "rb"; in OpenUncompressedArchiveFuzzTest() local
44 constexpr char const *mode = "rbe"; in OpenUncompressedArchiveFuzzTest() local
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dtask_queue.h119 [[nodiscard]] std::optional<Task> PopTask(TaskExecutionMode mode) override in PopTask()
160 …oHelperThread(const AddTaskToHelperFunc &addTaskFunc, size_t size, TaskExecutionMode mode) override in PopTasksToHelperThread()
190 …[[nodiscard]] PANDA_PUBLIC_API bool HasTaskWithExecutionMode(TaskExecutionMode mode) const override in HasTaskWithExecutionMode()
198 …[[nodiscard]] PANDA_PUBLIC_API size_t CountOfTasksWithExecutionMode(TaskExecutionMode mode) const … in CountOfTasksWithExecutionMode()
/arkcompiler/ets_runtime/test/aottest/calls/
Dcalls.ts46 public mode: number = 1; property in A
62 public mode: number = 1; property in B
75 public mode: number = 1; property in C
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dfile.cpp30 static int GetFlags(Mode mode) in GetFlags()
52 File Open(std::string_view filename, Mode mode) in Open()
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dfile.cpp30 static int GetFlags(Mode mode) in GetFlags()
52 File Open(std::string_view filename, Mode mode) in Open()
/arkcompiler/ets_runtime/tools/ap_file_viewer/src/ap/component/
DApWelcome.js18 this.attachShadow({ mode: 'open' }).innerHTML = this.initHtml(); property
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_encoder_mock.h27 PGOProfilerEncoderMock(const std::string &outDir, uint32_t hotnessThreshold, ApGenMode mode) in PGOProfilerEncoderMock()
/arkcompiler/ets_runtime/tools/circuit_viewer/
Dwebpack.dist.config.js19 mode: 'production', property
Dwebpack.debug.config.js19 mode: 'development', property
/arkcompiler/ets_runtime/test/aottest/pgo_aot_newobj/
Dpgo_aot_newobj.ts76 public mode: number = 1; property in A
105 public mode: number = 1; property in B
/arkcompiler/ets_runtime/tools/ap_file_viewer/src/base-ui/progress-bar/
DProgressBar.js22 this.attachShadow({mode: 'open'}).innerHTML = this.initHtml(); property
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/
Dwebpack.config.js19 mode: 'development', property
/arkcompiler/ets_frontend/ets2panda/linter/
Dwebpack.config.js19 mode: 'development', property
/arkcompiler/ets_runtime/ecmascript/taskpool/
Dtaskpool.h69 void SetThreadPriority(PriorityMode mode) in SetThreadPriority()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_encoder.h32 PGOProfilerEncoder(const std::string &outDir, uint32_t hotnessThreshold, ApGenMode mode) in PGOProfilerEncoder()
82 void SetApGenMode(ApGenMode mode) in SetApGenMode()
/arkcompiler/ets_runtime/test/fuzztest/mergewithexistprofile_fuzzer/
Dmergewithexistprofile_fuzzer.cpp36 PGOProfilerEncoder::ApGenMode mode = static_cast<PGOProfilerEncoder::ApGenMode>( in MergeWithExistProfileFuzzTest() local
/arkcompiler/runtime_core/libpandafile/
Dfile_writer.cpp24 constexpr char const *mode = "wb"; in FileWriter() local
/arkcompiler/ets_runtime/tools/ap_file_viewer/src/base-ui/menu/
DMainMenu.js71 this.attachShadow({ mode: 'open' }).innerHTML = this.initHtml(); property
/arkcompiler/runtime_core/static_core/runtime/include/
Druntime_options.h31 static inline bool IsEnabled(VerificationMode mode) in IsEnabled()
36 static inline VerificationMode VerificationModeFromString(const std::string &mode) in VerificationModeFromString()

12345