Home
last modified time | relevance | path

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

123

/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
/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
/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
H A Daot_test.cpp255 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 Daot_file.cpp176 auto code = Span(aotFile_->GetMethodCode(methodHeader), methodHeader->codeSize); in FindMethodCodeSpan() local
H A Daot_manager.h139 auto code = reinterpret_cast<uintptr_t>(aotFile->GetCode()); in InAotFileRange() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
H A Dcallconv.cpp50 auto code = static_cast<Amd64Encoder *>(GetEncoder())->GetMasm()->code(); in GetCodeEntry() local
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dbranch_elimination_test.cpp806 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 Dfunction.cpp83 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 Daotcompilerproxy_unit.cpp58 int32_t OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in OnRemoteRequest() argument
/arkcompiler/toolchain/tooling/
H A Ddispatcher.cpp94 DispatchResponse DispatchResponse::Create(ResponseCode code, const std::string &msg) in Create() argument

Completed in 13 milliseconds

123