Searched refs:LoadPropertyKey (Results 1 – 4 of 4) sorted by relevance
269 compiler::VReg keyReg = pg->LoadPropertyKey(prop->Key(), prop->Computed()); in CompileMissingProperties()
473 VReg LoadPropertyKey(const ir::Expression *prop, bool isComputed);
2036 VReg PandaGen::LoadPropertyKey(const ir::Expression *prop, bool isComputed) in LoadPropertyKey() function in panda::es2panda::compiler::PandaGen
366 compiler::VReg key = pg->LoadPropertyKey(prop->Key(), prop->IsComputed()); in CompileRemainingProperties()