/arkcompiler/runtime_core/platforms/unix/libpandabase/ |
D | file.cpp | 25 static int GetFlags(Mode mode) in GetFlags() 47 File Open(std::string_view filename, Mode mode) in Open()
|
D | file.h | 227 static bool HasStatMode(const std::string &path, uint16_t mode) in HasStatMode()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | assembler_module.cpp | 82 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()
|
D | object_access_helper.h | 66 …explicit ObjectAccessHelper(TSManager *tsManager, AccessMode mode, GateRef receiver, GateType type, in ObjectAccessHelper()
|
D | ntype_hcr_lowering.cpp | 274 GateRef mode = in AddProfiling() local
|
/arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/ |
D | directory.cpp | 31 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/ |
D | calls.ts | 46 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/ |
D | openuncompressedarchive_fuzzer.cpp | 41 constexpr char const *mode = "rb"; in OpenUncompressedArchiveFuzzTest() local 43 constexpr char const *mode = "rbe"; in OpenUncompressedArchiveFuzzTest() local
|
/arkcompiler/runtime_core/platforms/windows/libpandabase/ |
D | file.cpp | 30 static int GetFlags(Mode mode) in GetFlags() 52 File Open(std::string_view filename, Mode mode) in Open()
|
D | file.h | 199 static bool HasStatMode(const std::string &path, uint16_t mode) in HasStatMode()
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler_encoder.h | 28 PGOProfilerEncoder(const std::string &outDir, uint32_t hotnessThreshold, ApGenMode mode) in PGOProfilerEncoder() 52 void SetApGenMode(ApGenMode mode) in SetApGenMode()
|
D | pgo_profiler_manager.h | 99 void SetApGenMode(ApGenMode mode) in SetApGenMode() 124 ApGenMode mode) in TextToBinary()
|
D | pgo_profiler_manager.cpp | 28 ApGenMode mode) in MergeApFiles()
|
/arkcompiler/ets_runtime/tools/circuit_viewer/ |
D | webpack.dist.config.js | 18 mode: 'production', property
|
D | webpack.debug.config.js | 18 mode: 'development', property
|
/arkcompiler/ets_runtime/ecmascript/module/ |
D | js_module_manager.h | 80 void SetExecuteMode(bool mode) in SetExecuteMode()
|
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/ |
D | generate_abc_file.py | 33 def create_dir(out_dir, mode=0o775): argument
|
/arkcompiler/runtime_core/libpandafile/ |
D | file_writer.cpp | 24 constexpr char const *mode = "wb"; in FileWriter() local
|
D | file.cpp | 77 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/ |
D | opt_code_profiler.h | 72 void Update(EcmaOpcode opcode, Mode mode) in Update()
|
/arkcompiler/ets_frontend/ts2panda/ |
D | webpack.config.js | 39 mode: 'development', property
|
/arkcompiler/ets_runtime/test/aottest/classstatic/ |
D | classstatic.ts | 166 public mode: number = 1; property in cpu1
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_array.cpp | 52 …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/ |
D | run_test262.py | 507 def modetype_to_string(mode): argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
D | assembler_x64.h | 257 static uint8_t GetModrm(int32_t mode, Register rm) in GetModrm()
|