Home
last modified time | relevance | path

Searched full:binary (Results 1 – 25 of 105) sorted by relevance

12345

/ark/runtime_core/
D.gitattributes3 # Denote all image files as binary
4 *.png binary
5 *.jpg binary
6 *.gif binary
DREADME.md21 … ARK bytecode file (*.pa) in text format into a bytecode file (*.abc) in binary format. For detail…
24 ├── disassembler # Disassembler that converts an ARK bytecode file (*.abc) in binary forma…
31 ├── libpandafile # Source code repository of ARK bytecode files (*.abc) in binary format.
47 The ark\_asm assembler converts the text ARK bytecode file into a bytecode file in binary format.
97 Output file: ARK bytecodes in binary format
101 The ark\_disasm disassembler converts binary ARK bytecodes into readable text ARK bytecodes.
139 Input file: ARK bytecodes in binary format
/ark/ts2abc/
D.gitattributes2 as2panda/dist/* binary
4 as2panda/lib/binaryen.js binary
/ark/ts2abc/ts2panda/
DREADME.md11 * [panda binary dumper](doc/binary_dumper.md)
15 #### dump panda binary
/ark/runtime_core/docs/
Dassembly_format.md5binary files that can be executed by the Panda virtual machine. Please note that this document doe…
13 * When Panda assembler generates a binary excutable file, it is not expected to check for language …
27 …/Unsigned decimal/hexadecimal/binary integers not larger than 64 bits. Hexadecimal literals are pr…
108 | `ctor` | Marks a function as object constructor. It will be renamed in binary file according to…
109 | `cctor` | Marks a function as static constructor. It will be renamed in binary file according to…
447 Assembler doesn't guarantee that functions, records and their fields will be located in binary file…
482 # After loading the binary, control will be transferred here
Dglossary.md30 to **Panda Binary File**.
34 * **Panda Binary File** or **Panda File** or **PF** is a binary representation of Panda Bytecode.
Ddesign-of-interpreter.md60 * In Panda Assembler's back-end, we automatically generate emission of bytecode in the binary form.
90 more efficient data reads from the Panda binary file. Foreign entities are loaded from their
131 optimal size of resulting native binary executable files, it is more reasonable to reimplement
Dcfi_directives.md6 In case of **compiler-generated** code compilers emit special **debug symbols** in resulting binary
/ark/runtime_core/tests/cts-generator/cts-template/
Dfldai.yaml34 # test - check binary representation of FP literals - positive
98 # test - check binary representation of FP literals - negative
205 # test - check binary representation of FP literals - positive
Dfmovi.64.yaml98 # test - check binary representation of FP literals
206 # test - check binary representation of FP literals
Dor2.64.yaml18 title: Two address binary operation on accumulator
20 … Perform specified binary operation on accumulator and register and store result into accumulator
Dxor2.64.yaml18 title: Two address binary operation on accumulator
20 … Perform specified binary operation on accumulator and register and store result into accumulator
Dsub2.64.yaml18 title: Two address binary operation on accumulator
20 … Perform specified binary operation on accumulator and register and store result into accumulator
Dxor2.yaml18 title: Two address binary operation on accumulator
20 … Perform specified binary operation on accumulator and register and store result into accumulator
Dor2.yaml18 title: Two address binary operation on accumulator
20 … Perform specified binary operation on accumulator and register and store result into accumulator
Dmul2.64.yaml18 title: Two address binary operation on accumulator
20 … Perform specified binary operation on accumulator and register and store result into accumulator
/ark/js_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp36 …ascript::HeapProfilerInterface::DumpHeapSnapShot(vm->GetJSThread(), ecmascript::DumpFormat::BINARY, in DumpHeapSnapShot()
64 …result = heapProfile->StopHeapTracking(vm->GetJSThread(), ecmascript::DumpFormat::BINARY, filePath… in StopHeapTracking()
/ark/js_runtime/ecmascript/
Dstub_module.cpp24 std::ofstream modulefile(filename.c_str(), std::ofstream::binary); in Save()
56 std::ifstream modulefile(filename.c_str(), std::ofstream::binary); in Load()
Djs_bigint.cpp75 if (currentRadix != BigInt::BINARY) { in SetBigInt()
76 binaryStr = Conversion(numStr.substr(flag), BigInt::BINARY, currentRadix); in SetBigInt()
487 … BigIntHelper::Conversion(BigIntHelper::GetBinary(bigint), conversionToRadix, BigInt::BINARY); in ToString()
497 … BigIntHelper::Conversion(BigIntHelper::GetBinary(bigint), conversionToRadix, BigInt::BINARY); in ToStdString()
826 JSHandle<BigInt> bigint = BigIntHelper::SetBigInt(thread, finalBinay, BINARY); in RightShiftHelper()
849 JSHandle<BigInt> bigint = BigIntHelper::SetBigInt(thread, shiftBinay, BINARY); in LeftShiftHelper()
915 a = BigIntHelper::Conversion(a, DECIMAL, BINARY); in Exponentiate()
961 left = BigIntHelper::Conversion(left, DECIMAL, BINARY); in Multiply()
962 right = BigIntHelper::Conversion(right, DECIMAL, BINARY); in Multiply()
1119 std::string a = Conversion(GetBinary(x), BigInt::DECIMAL, BigInt::BINARY); in DivideImpl()
[all …]
Djs_bigint.h35 static constexpr uint32_t BINARY = 2; // 2 : binary variable
/ark/ts2abc/test_ecma_bcopt/
Dtest_bytecode_optimizer_for_js.txt2 # source binary: test_bytecode_optimizer_for_js.abc
/ark/js_runtime/docs/
Denvironment-setup-and-compilation.md33 The binary files related to ARK are available in the following paths:
/ark/js_runtime/ecmascript/hprof/
Dheap_profiler_interface.h23 enum class DumpFormat { JSON, BINARY, OTHER }; enumerator
/ark/runtime_core/scripts/
Drun-clang-format29 echo "FATAL: clang-format binary '$CLANG_FORMAT_BIN' is not found or not executable"
/ark/runtime_core/cmake/
DHostTools.cmake15 # we need to have the assembler binary. If we are not

12345