Home
last modified time | relevance | path

Searched full:far (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.h115 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/
Daarch64_call_conv.h65 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 */
Daarch64_md.def641 /* # As far as register allocation is concerned, the instructions below are non-definitions. */
/arkcompiler/runtime_core/static_core/plugins/ets/tests/benchmarks/interop_js/
Dknown-fails-d2d.txt1 # no issues so far
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_call_conv.h225 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/
DCMakeLists.txt772 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/
DCMakeLists.txt991 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/
Dbytecode_emitter.cpp149 * jcc far # cc is any condiitonal code
152 * jmp far
208 UNREACHABLE(); // no revcc and no far opcode in DoReserveSpaceForOffset()
Dfile_reader.cpp324 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/
Dbytecode_emitter.cpp147 * jcc far # cc is any condiitonal code
150 * jmp far
205 UNREACHABLE(); // no revcc and no far opcode in DoReserveSpaceForOffset()
Dfile_reader.cpp289 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/
Dassembler.h94 Far enumerator
/arkcompiler/runtime_core/static_core/compiler/docs/
Dcode_sink_doc.md53 …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/
Dinstructions.yaml26 …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/
Dbouncing_pandas.ets133 return; // too far
/arkcompiler/ets_runtime/ecmascript/mem/cmc_gc/
Dhooks.cpp309 …// 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/
Delf_checker.cpp388 /* So far only one block with sections. */ in GetElfItem()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp151 std::vector<TypeAttrs> attrs; // not used so far in CreateFuncType()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinstructions.yaml26 …C++ base that represent this opcode. In far future if we managed to generate also instruction clas…
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp1165 // 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/
Dreg_alloc_lsra.cpp837 /* For all backend architectures so far, adopt all RetRegs as Def via this insn, in ComputeLiveInterval()
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp4336 // 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/
Dcocos_worker_test.js30138 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"