/arkcompiler/ets_runtime/test/moduletest/linkedhashtable/ |
H A D | linkedhashtable.js | |
/arkcompiler/runtime_core/static_core/irtoc/lang/ |
H A D | cpp_function.rb | 31 def code(&block) method in CppFunction
|
/arkcompiler/runtime_core/static_core/libllvmbackend/ |
H A D | compiler_interface.h | 31 const uint8_t *code; member
|
/arkcompiler/toolchain/test/fuzztest/dispatcher/dispatchresponsecreatecode_fuzzer/ |
H A D | dispatchresponsecreatecode_fuzzer.cpp | 32 ResponseCode code = ResponseCode::OK;
in DispatchResponseCreateCodeFuzzTest() local
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | machine_code_test.cpp | 102 MachineCode *code = MachineCode::Cast(machineCode); in HWTEST_F_L0() local 130 MachineCode *code = MachineCode::Cast(machineCode); in HWTEST_F_L0() local
|
H A D | js_displaynames_test.cpp | 166 JSHandle<EcmaString> code = factory->NewFromASCII("Kana"); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
H A D | opcodes.h | 30 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 D | protocol_handler_test.cpp | 99 ResponseCode code = ResponseCode::NOK; in HWTEST_F_L0() local
|
H A D | dispatcher_test.cpp | 112 ResponseCode code = ResponseCode::OK; in HWTEST_F_L0() local
|
/arkcompiler/runtime_core/compiler/tests/x86/ |
H A D | asmjit_test.cpp | 32 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 D | asmjit_test.cpp | 31 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 D | aot_compiler_interface_stub.cpp | 21 OnRemoteRequest( uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) OnRemoteRequest() argument
|
/arkcompiler/ets_runtime/compiler_service/test/fuzztest/compilerinterfacestub_fuzzer/ |
H A D | compilerinterfacestub_fuzzer.cpp | 47 uint32_t code = (GetU32Data(data) % MESSAGE_SIZE); in DoSomethingInterestingWithMyAPI() local
|
/arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerstub_unit/ |
H A D | aotcompilerstub_unit.cpp | 79 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 D | builtins_displaynames.cpp | 97 JSHandle<EcmaString> code = JSDisplayNames::CanonicalCodeForDisplayNames(thread, displayNames, typeOpt, codeTemp); in Of() local [all...] |
/arkcompiler/runtime_core/compiler/tests/ |
H A D | branch_elimination_test.cpp | 789 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 D | compiler_inst_test.cpp | 74 auto code = GetInverseConditionCode(data); in HWTEST_F() local 126 auto code = SwapOperandsConditionCode(data); in HWTEST_F() local
|
H A D | aot_test.cpp | 255 auto code = cls.FindMethodCodeEntry(0); in TEST_F() local 261 auto code = cls.FindMethodCodeEntry(1); in TEST_F() local 601 auto code = cls.FindMethodCodeEntry(0); TEST_F() local 607 auto code = cls.FindMethodCodeEntry(1); TEST_F() local [all...] |
/arkcompiler/runtime_core/static_core/compiler/aot/ |
H A D | aot_file.cpp | 176 auto code = Span(aotFile_->GetMethodCode(methodHeader), methodHeader->codeSize); in FindMethodCodeSpan() local
|
H A D | aot_manager.h | 139 auto code = reinterpret_cast<uintptr_t>(aotFile->GetCode()); in InAotFileRange() local
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
H A D | callconv.cpp | 50 auto code = static_cast<Amd64Encoder *>(GetEncoder())->GetMasm()->code(); in GetCodeEntry() local
|
/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | branch_elimination_test.cpp | 806 void BranchEliminationTest::BuildContitionsCheckGraph(Graph *graph, ConditionCode dominantCode, ConditionCode code) in BuildContitionsCheckGraph() argument 867 BuildContitionsCheckGraphElimFalseSucc(Graph *graph, ConditionCode dominantCode, ConditionCode code) BuildContitionsCheckGraphElimFalseSucc() argument 923 BuildContitionsCheckGraphElimTrueSucc(Graph *graph, ConditionCode dominantCode, ConditionCode code) BuildContitionsCheckGraphElimTrueSucc() argument 966 BuildGraphAndCheckElimination(ConditionCode dominantCode, ConditionCode code) BuildGraphAndCheckElimination() argument [all...] |
/arkcompiler/runtime_core/static_core/irtoc/backend/ |
H A D | function.cpp | 83 auto code = GetGraph()->GetCode(); in Compile() local 134 void Function::SetCode(Span<uint8_t> code) in SetCode() argument
|
/arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerproxy_unit/ |
H A D | aotcompilerproxy_unit.cpp | 58 int32_t OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in OnRemoteRequest() argument
|
/arkcompiler/toolchain/tooling/ |
H A D | dispatcher.cpp | 94 DispatchResponse DispatchResponse::Create(ResponseCode code, const std::string &msg) in Create() argument
|