Home
last modified time | relevance | path

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

12

/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()
Dfile.h227 static bool HasStatMode(const std::string &path, uint16_t mode) in HasStatMode()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dassembler_module.cpp82 int AssemblerModule::GetArgcFromJSCallMode(JSCallMode mode) in GetArgcFromJSCallMode()
122 bool AssemblerModule::IsCallNew(JSCallMode mode) in IsCallNew()
158 bool AssemblerModule::JSModeHaveThisArg(JSCallMode mode) in JSModeHaveThisArg()
193 bool AssemblerModule::JSModeHaveNewTargetArg(JSCallMode mode) in JSModeHaveNewTargetArg()
228 bool AssemblerModule::IsJumpToCallCommonEntry(JSCallMode mode) in IsJumpToCallCommonEntry()
Dobject_access_helper.h66 …explicit ObjectAccessHelper(TSManager *tsManager, AccessMode mode, GateRef receiver, GateType type, in ObjectAccessHelper()
Dntype_hcr_lowering.cpp274 GateRef mode = in AddProfiling() local
/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/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/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/platforms/windows/libpandabase/
Dfile.cpp30 static int GetFlags(Mode mode) in GetFlags()
52 File Open(std::string_view filename, Mode mode) in Open()
Dfile.h199 static bool HasStatMode(const std::string &path, uint16_t mode) in HasStatMode()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_encoder.h28 PGOProfilerEncoder(const std::string &outDir, uint32_t hotnessThreshold, ApGenMode mode) in PGOProfilerEncoder()
52 void SetApGenMode(ApGenMode mode) in SetApGenMode()
Dpgo_profiler_manager.h99 void SetApGenMode(ApGenMode mode) in SetApGenMode()
124 ApGenMode mode) in TextToBinary()
Dpgo_profiler_manager.cpp28 ApGenMode mode) in MergeApFiles()
/arkcompiler/ets_runtime/tools/circuit_viewer/
Dwebpack.dist.config.js18 mode: 'production', property
Dwebpack.debug.config.js18 mode: 'development', property
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.h80 void SetExecuteMode(bool mode) in SetExecuteMode()
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/
Dgenerate_abc_file.py33 def create_dir(out_dir, mode=0o775): argument
/arkcompiler/runtime_core/libpandafile/
Dfile_writer.cpp24 constexpr char const *mode = "wb"; in FileWriter() local
Dfile.cpp77 static uint32_t GetProt(panda_file::File::OpenMode mode) in GetProt()
198 constexpr char const *mode = "rb"; in OpenPandaFile() local
200 constexpr char const *mode = "rbe"; in OpenPandaFile() local
471 os::file::Mode mode = GetMode(open_mode); in Open() local
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dopt_code_profiler.h72 void Update(EcmaOpcode opcode, Mode mode) in Update()
/arkcompiler/ets_frontend/ts2panda/
Dwebpack.config.js39 mode: 'development', property
/arkcompiler/ets_runtime/test/aottest/classstatic/
Dclassstatic.ts166 public mode: number = 1; property in cpu1
/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp52 …Handle<JSTaggedValue> JSArray::ArrayCreate(JSThread *thread, JSTaggedNumber length, ArrayMode mode) in ArrayCreate()
61 … const JSHandle<JSTaggedValue> &newTarget, ArrayMode mode) in ArrayCreate()
/arkcompiler/ets_frontend/test262/
Drun_test262.py507 def modetype_to_string(mode): argument
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.h257 static uint8_t GetModrm(int32_t mode, Register rm) in GetModrm()

12