Home
last modified time | relevance | path

Searched defs:conv (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_refconvert.cpp85 auto conv = JSRefConvertCreateImpl(ctx, klass); in JSRefConvertCreate() local
Djs_refconvert.h152 auto conv = cache->Lookup(klass); in JSRefConvertResolve() local
/arkcompiler/runtime_core/static_core/plugins/ets/sdk/native/api/
Dani_textdecoder.cpp27 UConverter *conv = ucnv_open(encStr.c_str(), &codeflag); in CreateConverter() local
58 UConverter *conv = CreateConverter(encStr_, codeflag); in TextDecoder() local
Dani_stringdecoder.cpp25 UConverter *conv = ucnv_open(encStr.c_str(), &codeflag); in CreateConverter() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/sampler/sampler_ani/
Dcreate_vm_sampler.cpp82 tooling::sampler::AsptConverter conv((name + ".aspt").c_str()); in CheckSamplerTrace() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_codegen.cpp136 CallSignature::CallConv conv; in GenerateCode() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DopAssignment.cpp69 for (const auto &conv : OP_TRANSLATION) { in CombinedOpToOp() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_codegen.cpp352 CallSignature::CallConv conv; in GenerateCode() local
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/sampler/
Dsampling_profiler_test.cpp1015 AsptConverter conv(streamTestFilename); in TEST_F() local