Home
last modified time | relevance | path

Searched defs:code (Results 1 - 25 of 125) sorted by relevance

12345

/arkcompiler/ets_runtime/test/moduletest/linkedhashtable/
H A Dlinkedhashtable.js
/arkcompiler/runtime_core/static_core/irtoc/lang/
H A Dcpp_function.rb31 def code(&block) method in CppFunction
/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dcompiler_interface.h31 const uint8_t *code; member
/arkcompiler/toolchain/test/fuzztest/dispatcher/dispatchresponsecreatecode_fuzzer/
H A Ddispatchresponsecreatecode_fuzzer.cpp32 ResponseCode code = ResponseCode::OK; in DispatchResponseCreateCodeFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dmachine_code_test.cpp102 MachineCode *code = MachineCode::Cast(machineCode); in HWTEST_F_L0() local
130 MachineCode *code = MachineCode::Cast(machineCode); in HWTEST_F_L0() local
H A Djs_displaynames_test.cpp166 JSHandle<EcmaString> code = factory->NewFromASCII("Kana"); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dopcodes.h30 inline constexpr bool IsDAssign(Opcode code) in IsDAssign() argument
35 inline constexpr bool IsCallAssigned(Opcode code) in IsCallAssigned() argument
/arkcompiler/toolchain/tooling/test/
H A Dprotocol_handler_test.cpp99 ResponseCode code = ResponseCode::NOK; in HWTEST_F_L0() local
H A Ddispatcher_test.cpp112 ResponseCode code = ResponseCode::OK; in HWTEST_F_L0() local
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/debug/backend/
H A Dmali_kbase_debug_ktrace_defs_jm.h104 kbase_ktrace_code_t code; member
H A Dmali_kbase_debug_ktrace_defs_csf.h99 kbase_ktrace_code_t code; member
106 kbase_ktrace_code_t code; member
H A Dmali_kbase_debug_ktrace_jm.c73 kbasep_ktrace_add_jm(struct kbase_device *kbdev, enum kbase_ktrace_code code, struct kbase_context *kctx, const struct kbase_jd_atom *katom, u64 gpu_addr, kbase_ktrace_flag_t flags, int refcount, int jobslot, u64 info_val) kbasep_ktrace_add_jm() argument
H A Dmali_kbase_debug_ktrace_csf.c92 kbasep_ktrace_add_csf(struct kbase_device *kbdev, enum kbase_ktrace_code code, struct kbase_queue_group *group, struct kbase_queue *queue, kbase_ktrace_flag_t flags, u64 info_val) kbasep_ktrace_add_csf() argument
159 kbasep_ktrace_add_csf_kcpu(struct kbase_device *kbdev, enum kbase_ktrace_code code, struct kbase_kcpu_command_queue *queue, u64 info_val1, u64 info_val2) kbasep_ktrace_add_csf_kcpu() argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/debug/backend/
H A Dmali_kbase_debug_ktrace_defs_jm.h94 kbase_ktrace_code_t code; member
H A Dmali_kbase_debug_ktrace_defs_csf.h74 kbase_ktrace_code_t code; member
H A Dmali_kbase_debug_ktrace_jm.c63 void kbasep_ktrace_add_jm(struct kbase_device *kbdev, enum kbase_ktrace_code code, struct kbase_context *kctx, in kbasep_ktrace_add_jm() argument
/arkcompiler/runtime_core/compiler/tests/x86/
H A Dasmjit_test.cpp32 CodeHolder code; in TEST_F() local
57 CodeHolder code; in TEST_F() local
99 CodeHolder code; TEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/x86/
H A Dasmjit_test.cpp31 CodeHolder code; in TEST_F() local
56 CodeHolder code; in TEST_F() local
98 CodeHolder code; TEST_F() local
[all...]
/arkcompiler/ets_runtime/compiler_service/interface/
H A Daot_compiler_interface_stub.cpp21 OnRemoteRequest( uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) OnRemoteRequest() argument
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168_firmware.h59 __le32 *code; member
/arkcompiler/ets_runtime/compiler_service/test/fuzztest/compilerinterfacestub_fuzzer/
H A Dcompilerinterfacestub_fuzzer.cpp47 uint32_t code = (GetU32Data(data) % MESSAGE_SIZE); in DoSomethingInterestingWithMyAPI() local
/arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerstub_unit/
H A Daotcompilerstub_unit.cpp79 uint32_t code = static_cast<uint32_t>(TEST_COMMAND_AOT_COMPILER); in HWTEST_F() local
96 uint32_t code = static_cast<uint32_t>(TEST_COMMAND_STOP_AOT_COMPILER); in HWTEST_F() local
113 uint32_t code = static_cast<uint32_t>(TEST_COMMAND_GET_AOT_VERSION); in HWTEST_F() local
130 uint32_t code = static_cast<uint32_t>(TEST_COMMAND_NEED_RE_COMPILE); in HWTEST_F() local
147 uint32_t code in HWTEST_F() local
164 uint32_t code = static_cast<uint32_t>(TEST_COMMAND_AOT_COMPILER); HWTEST_F() local
182 uint32_t code = static_cast<uint32_t>(TEST_COMMAND_AOT_COMPILER); HWTEST_F() local
201 uint32_t code = static_cast<uint32_t>(TEST_COMMAND_AOT_COMPILER); HWTEST_F() local
220 uint32_t code = static_cast<uint32_t>(TEST_COMMAND_AOT_COMPILER); HWTEST_F() local
239 uint32_t code = static_cast<uint32_t>(TEST_COMMAND_GET_AOT_VERSION); HWTEST_F() local
258 uint32_t code = static_cast<uint32_t>(TEST_COMMAND_GET_AOT_VERSION); HWTEST_F() local
277 uint32_t code = static_cast<uint32_t>(TEST_COMMAND_NEED_RE_COMPILE); HWTEST_F() local
296 uint32_t code = static_cast<uint32_t>(TEST_COMMAND_NEED_RE_COMPILE); HWTEST_F() local
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_displaynames.cpp97 JSHandle<EcmaString> code = JSDisplayNames::CanonicalCodeForDisplayNames(thread, displayNames, typeOpt, codeTemp); in Of() local
[all...]
/arkcompiler/runtime_core/compiler/tests/
H A Dbranch_elimination_test.cpp789 void BranchEliminationTest::BuildContitionsCheckGraph(Graph *graph, ConditionCode dominant_code, ConditionCode code) in BuildContitionsCheckGraph() argument
850 BuildContitionsCheckGraphElimFalseSucc(Graph *graph, ConditionCode dominant_code, ConditionCode code) BuildContitionsCheckGraphElimFalseSucc() argument
906 BuildContitionsCheckGraphElimTrueSucc(Graph *graph, ConditionCode dominant_code, ConditionCode code) BuildContitionsCheckGraphElimTrueSucc() argument
949 BuildGraphAndCheckElimination(ConditionCode dominant_code, ConditionCode code) BuildGraphAndCheckElimination() argument
[all...]
H A Dcompiler_inst_test.cpp74 auto code = GetInverseConditionCode(data); in HWTEST_F() local
126 auto code = SwapOperandsConditionCode(data); in HWTEST_F() local

Completed in 10 milliseconds

12345