Home
last modified time | relevance | path

Searched refs:literalBuffer (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
H A DpatchFix.h100 std::string ConvertLiteralToString(std::vector<panda::pandasm::LiteralArray::Literal> &literalBuffer);
H A DpatchFix.cpp216 std::string PatchFix::ConvertLiteralToString(std::vector<panda::pandasm::LiteralArray::Literal> &literalBuffer) in ConvertLiteralToString() argument
220 for (auto &literal : literalBuffer) { in ConvertLiteralToString()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp1112 JSHandle<TaggedArray> literalBuffer(thread, literal); in ResolveClass()
1115 return RuntimeStubs::RuntimeResolveClass(thread, cls, literalBuffer, baseHandle, lexicalEnv); in ResolveClass()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h3250 JSHandle<TaggedArray> literalBuffer(thread, classLiteral->GetArray());
3251 uint32_t literalBufferLength = literalBuffer->GetLength();
3256 uint32_t instacePropertyCount = static_cast<uint32_t>(literalBuffer->Get(literalBufferLength - 1).GetInt());
3261 literalValue.Update(literalBuffer->Get(i));

Completed in 11 milliseconds