| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
| D | assembler_x64.h | 115 void Jmp(Label *target, Distance distance = Distance::Far); 130 void Ja(Label *target, Distance distance = Distance::Far); 131 void Jb(Label *target, Distance distance = Distance::Far); 132 void Jz(Label *target, Distance distance = Distance::Far); 133 void Je(Label *target, Distance distance = Distance::Far); 134 void Jg(Label *target, Distance distance = Distance::Far); 135 void Jge(Label *target, Distance distance = Distance::Far); 136 void Jne(Label *target, Distance distance = Distance::Far); 137 void Jbe(Label *target, Distance distance = Distance::Far); 138 void Jnz(Label *target, Distance distance = Distance::Far); [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_call_conv.h | 65 uint32 nextGeneralRegNO = 0; /* number of integer parameters processed so far */ 66 uint32 nextFloatRegNO = 0; /* number of float parameters processed so far */ 108 int32 nextGeneralRegNO = 0; /* number of integer parameters processed so far */ 109 uint32 nextFloatRegNO = 0; /* number of float parameters processed so far */
|
| D | aarch64_md.def | 641 /* # As far as register allocation is concerned, the instructions below are non-definitions. */
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/benchmarks/interop_js/ |
| D | known-fails-d2d.txt | 1 # no issues so far
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
| D | x64_call_conv.h | 225 uint64 paramNum = 0; /* number of all types of parameters processed so far */ 226 uint32 nextGeneralParmRegNO = 0; /* number of integer parameters processed so far */ 227 uint32 nextGeneralReturnRegNO = 0; /* number of integer return processed so far */
|
| /arkcompiler/runtime_core/tests/ |
| D | CMakeLists.txt | 772 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-01.pa" COMPILER_OPTIONS --com… 773 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-02.pa" COMPILER_OPTIONS --com… 774 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-03.pa" COMPILER_OPTIONS --com… 775 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-04.pa" COMPILER_OPTIONS --com… 776 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-05.pa" COMPILER_OPTIONS --com… 777 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-06.pa" COMPILER_OPTIONS --com… 778 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-07.pa" COMPILER_OPTIONS --com… 779 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-08.pa" COMPILER_OPTIONS --com… 780 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-09.pa" COMPILER_OPTIONS --com… 781 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-10.pa" COMPILER_OPTIONS --com… [all …]
|
| /arkcompiler/runtime_core/static_core/tests/ |
| D | CMakeLists.txt | 991 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-01.pa" COMPILER_OPTIONS --com… 992 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-02.pa" COMPILER_OPTIONS --com… 993 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-03.pa" COMPILER_OPTIONS --com… 994 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-04.pa" COMPILER_OPTIONS --com… 995 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-05.pa" COMPILER_OPTIONS --com… 996 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-06.pa" COMPILER_OPTIONS --com… 997 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-07.pa" COMPILER_OPTIONS --com… 998 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-08.pa" COMPILER_OPTIONS --com… 999 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-09.pa" COMPILER_OPTIONS --com… 1000 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-10.pa" COMPILER_OPTIONS --com… [all …]
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | bytecode_emitter.cpp | 149 * jcc far # cc is any condiitonal code 152 * jmp far 208 UNREACHABLE(); // no revcc and no far opcode in DoReserveSpaceForOffset()
|
| D | file_reader.cpp | 324 LOG(FATAL, PANDAFILE) << "MethodHandle is not supported so far"; in SetElemValueItem() 434 LOG(FATAL, PANDAFILE) << "MethodHandle is not supported so far"; in SetElemValueItem()
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | bytecode_emitter.cpp | 147 * jcc far # cc is any condiitonal code 150 * jmp far 205 UNREACHABLE(); // no revcc and no far opcode in DoReserveSpaceForOffset()
|
| D | file_reader.cpp | 289 LOG(FATAL, PANDAFILE) << "MethodHandle is not supported so far"; in CreateAnnotationItem() 494 LOG(FATAL, PANDAFILE) << "MethodHandle is not supported so far"; in CreateAnnotationItem()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/ |
| D | assembler.h | 94 Far enumerator
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | code_sink_doc.md | 53 …ion can be sunk we keep a list of store instructions that have been met so far (we are iterating i…
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 26 …C++ base that represent this opcode. In far future if we managed to generate also instruction clas…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/common/bouncing_pandas/ |
| D | bouncing_pandas.ets | 133 return; // too far
|
| /arkcompiler/ets_runtime/ecmascript/mem/cmc_gc/ |
| D | hooks.cpp | 309 …// JitFort space does not have generational feature, so far we have to assume all JitFort code is … in SweepThreadLocalJitFort()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | elf_checker.cpp | 388 /* So far only one block with sections. */ in GetElfItem()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 151 std::vector<TypeAttrs> attrs; // not used so far in CreateFuncType()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 26 …C++ base that represent this opcode. In far future if we managed to generate also instruction clas…
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_hclass.cpp | 1165 // Find the prototype chain as far as the hclass has not been registered. in RegisterOnProtoChain()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | reg_alloc_lsra.cpp | 837 /* For all backend architectures so far, adopt all RetRegs as Def via this insn, in ComputeLiveInterval()
|
| /arkcompiler/jsvm/src/ |
| D | js_native_api_v8.cpp | 4336 // Our contract so far has been to not finalize any old data there may be. in OH_JSVM_SetInstanceData()
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 30138 get far() { 30141 set far(t) { 30468 …Bl(Pb.prototype, "far", [ fb, gb ], Object.getOwnPropertyDescriptor(Pb.prototype, "far"), Pb.proto… 34160 name: "far" 46222 name: "far"
|