Home
last modified time | relevance | path

Searched refs:mt (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dlcr_circuit_builder.cpp54 GateRef CircuitBuilder::ExtractValue(MachineType mt, GateRef pointer, GateRef index) in ExtractValue() argument
58 return GetCircuit()->NewGate(circuit_->ExtractValue(), mt, {pointer, index}, GateType::NJSValue()); in ExtractValue()
H A Dcircuit_builder.h838 GateRef ExtractValue(MachineType mt, GateRef pointer, GateRef index);
/arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerimpl_unit/
H A Daotcompilerimpl_unit.cpp36 using namespace testing::mt;
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_string_stub_builder.cpp1538 MachineType mt = type.GetMachineType(); in CopyChars() local
1539 if (mt == I8) { in CopyChars()
1541 } else if (mt == I16) { in CopyChars()
1544 LOG_COMPILER(FATAL) << "Unhandled VariableType: " << mt; in CopyChars()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js9934 const mt = "__cid__";
10163 if (!e.prototype.hasOwnProperty(mt)) {
10221 if ("function" == typeof t && t.prototype.hasOwnProperty(mt)) {
10228 if (e && e.hasOwnProperty(mt)) {
[all...]

Completed in 37 milliseconds