Home
last modified time | relevance | path

Searched refs:need_exec (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/test262/
H A Dtest_js_test262.py31 self.need_exec = True
59 if not self.passed or not self.need_exec:
96 passed, self.need_exec = self.util.validate_parse_result(
103 check_abc_file = self.need_exec and (path.exists(output_path) and path.getsize(output_path) > 0) or \
104 not self.need_exec
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DExecutableMemory.hpp33 // Allocates memory with the specified permissions. If |need_exec| is true then
35 void *allocateMemoryPages(size_t bytes, int permissions, bool need_exec);
H A DExecutableMemory.cpp273 void *allocateMemoryPages(size_t bytes, int permissions, bool need_exec) in allocateMemoryPages() argument
318 if(need_exec && in allocateMemoryPages()
H A DLLVMJIT.cpp273 bool need_exec = variable
276 numBytes, flagsToPermissions(flags), need_exec);

Completed in 3 milliseconds