Lines Matching defs:prop

24 GateRef AccessObjectStubBuilder::LoadObjByName(GateRef glue, GateRef receiver, GateRef prop, const StringIdInfo &info,
42 GateRef propKey = ResolvePropKey(glue, prop, info);
53 GateRef propKey = ResolvePropKey(glue, prop, info);
130 GateRef AccessObjectStubBuilder::StoreObjByName(GateRef glue, GateRef receiver, GateRef prop, const StringIdInfo &info,
148 GateRef propKey = ResolvePropKey(glue, prop, info);
159 GateRef propKey = ResolvePropKey(glue, prop, info);
214 GateRef AccessObjectStubBuilder::ResolvePropKey(GateRef glue, GateRef prop, const StringIdInfo &info)
218 return GetStringFromConstPool(glue, constpool, ChangeIntPtrToInt32(prop));
221 return prop;
379 GateRef AccessObjectStubBuilder::TryLoadGlobalByName(GateRef glue, GateRef prop, const StringIdInfo &info,
398 GateRef propKey = ResolvePropKey(glue, prop, info);
417 GateRef propKey = ResolvePropKey(glue, prop, info);
429 GateRef AccessObjectStubBuilder::TryStoreGlobalByName(GateRef glue, GateRef prop, const StringIdInfo &info,
447 GateRef propKey = ResolvePropKey(glue, prop, info);
478 GateRef propKey = ResolvePropKey(glue, prop, info);
492 GateRef AccessObjectStubBuilder::LoadGlobalVar(GateRef glue, GateRef prop, const StringIdInfo &info,
511 GateRef propKey = ResolvePropKey(glue, prop, info);
518 GateRef propKey = ResolvePropKey(glue, prop, info);
530 GateRef AccessObjectStubBuilder::StoreGlobalVar(GateRef glue, GateRef prop, const StringIdInfo &info,
547 GateRef propKey = ResolvePropKey(glue, prop, info);
554 GateRef propKey = ResolvePropKey(glue, prop, info);