Searched refs:GetLocals (Results 1 – 6 of 6) sorted by relevance
237 SbxArray* GetLocals( SbMethod* );461 SbxArray* GetLocals();
207 SbiSymPool& GetLocals() { return GetPool();} in GetLocals() function in SbiProcDef
525 SbxArray* SbiInstance::GetLocals( SbMethod* pMeth ) in GetLocals() function in SbiInstance531 return p->GetLocals(); in GetLocals()958 SbxArray* SbiRuntime::GetLocals() in GetLocals() function in SbiRuntime
61 SbxArray* GetLocals();
1156 pProc->GetLocals().SetParent( &pProc->GetParams() ); in DefProc()1157 pPool = &pProc->GetLocals(); in DefProc()
1996 SbxArray* SbMethod::GetLocals() in GetLocals() function in SbMethod1999 return pINST->GetLocals( this ); in GetLocals()
Completed in 126 milliseconds