Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Dvtable.cpp21 const JSHandle<JSTaggedValue> &owner, uint32_t propIndex) in CreateTuple()
26 JSHandle<JSTaggedValue> name(thread, layoutInfo->GetKey(propIndex)); in CreateTuple()
30 PropertyAttributes attr = layoutInfo->GetAttr(propIndex); in CreateTuple()
20 CreateTuple(const JSThread *thread, JSTaggedValue phc, const JSHandle<JSTaggedValue> &owner, uint32_t propIndex) CreateTuple() argument
H A Dvtable.h62 const JSHandle<JSTaggedValue> &owner, uint32_t propIndex);
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DobjectExpression.cpp241 size_t propIndex) in CreateLiteral()
244 compiled->Set(propIndex); in CreateLiteral()
266 compiled->Set(propIndex); in CreateLiteral()
296 size_t propIndex = i; in CompileStaticProperties() local
297 auto res = propNameMap.insert({name, propIndex}); in CompileStaticProperties()
299 propIndex = res.first->second; in CompileStaticProperties()
327 tempLiteralBuffer[propIndex] = propBuf; in CompileStaticProperties()
240 CreateLiteral(compiler::PandaGen *pg, const ir::Property *prop, util::BitSet *compiled, size_t propIndex) CreateLiteral() argument
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DJSCompiler.cpp803 static compiler::Literal CreateLiteral(const ir::Property *prop, util::BitSet *compiled, size_t propIndex) in CreateLiteral() argument
807 compiled->Set(propIndex); in CreateLiteral()
832 compiled->Set(propIndex); in CreateLiteral()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtype_info_accessors.cpp495 uint16_t propIndex = acc_.GetConstantValue(constData); in InitPropAndCheck() local
497 prop = compilationEnv_->GetStringFromConstantPool(methodOffset, propIndex); in InitPropAndCheck()

Completed in 9 milliseconds