toVTable 248 axscript/ActiveScript.cpp engine = core->toplevel->getproperty(global->atom(), &multiname, core->toplevel->toVTable(global->atom())); toVTable 254 axscript/ActiveScript.cpp Atom ani = core->toplevel->getproperty(engine, &multiname_ani, core->toplevel->toVTable(engine)); toVTable 78 axscript/ActiveScriptError.cpp core->toplevel->toVTable(exception->atom)); toVTable 5123 core/CodegenLIR.cpp return callIns(FUNCTIONID(toVTable), 2, toplevel, obj); toVTable 1975 core/Interpreter.cpp *(++sp) = toplevel->getproperty(a1, multiname, toplevel->toVTable(a1)); toVTable 1984 core/Interpreter.cpp sp[0] = toplevel->getproperty(sp[0], multiname, toplevel->toVTable(sp[0])); toVTable 1995 core/Interpreter.cpp *sp = toplevel->getproperty(*sp, multiname, toplevel->toVTable(*sp)); toVTable 2006 core/Interpreter.cpp *sp = toplevel->getproperty(*sp, &aux_memory->multiname2, toplevel->toVTable(*sp)); toVTable 2024 core/Interpreter.cpp toplevel->setproperty(a3, multiname, a1, toplevel->toVTable(a3)); toVTable 2037 core/Interpreter.cpp toplevel->setproperty(a3, &aux_memory->multiname2, a1, toplevel->toVTable(a3)); toVTable 2059 core/Interpreter.cpp env->initproperty(a2, multiname, a1, toplevel->toVTable(a2)); toVTable 2431 core/Interpreter.cpp VTable* vtable = toplevel->toVTable(a2p[0]); // includes null check toVTable 2457 core/Interpreter.cpp *sp = toplevel->callproperty(a1, multiname, (int32_t)i1, a2p, toplevel->toVTable(a1)); toVTable 2486 core/Interpreter.cpp *sp = toplevel->constructprop(multiname, (int32_t)i1, a2p, toplevel->toVTable(a2p[0])); toVTable 50 core/Toplevel-inlines.h REALLY_INLINE VTable* Toplevel::toVTable(Atom atom) toVTable 52 core/Toplevel-inlines.h return avmplus::toVTable(this, atom); toVTable 125 core/Toplevel.h VTable* toVTable(Atom atom); toVTable 172 core/instr-inlines.h return constructprop(toplevel, multiname, argc, atomv, toVTable(toplevel, atomv[0])); toVTable 110 core/instr.h VTable* toVTable(E env, Atom atom); toVTable 183 core/jit-calls.h VTable* vtable = toplevel->toVTable(obj); toVTable 234 core/jit-calls.h VTable* vtable = toplevel->toVTable(obj); toVTable 284 core/jit-calls.h VTable* vtable = toplevel->toVTable(obj); toVTable 390 core/jit-calls.h VTable* vtable = toplevel->toVTable(obj); toVTable 468 core/jit-calls.h VTable* vtable = toplevel->toVTable(obj); toVTable 602 core/jit-calls.h VTable* vtable = toplevel->toVTable(obj); toVTable 654 core/jit-calls.h env->initproperty(obj, name, value, toVTable(env->toplevel(), obj)); toVTable 670 core/jit-calls.h VTable* vtable = toVTable(caller_env->toplevel(), obj); toVTable 691 core/jit-calls.h caller_env->setpropertyHelper(obj, &tempname, value, toVTable(caller_env->toplevel(), obj), index); toVTable 702 core/jit-calls.h VTable* vtable = toVTable(caller_env->toplevel(), obj);