init 1846 MMgc/GC.cpp init(_gc, this, FixedMalloc::GetFixedMalloc()->Size(this)); init 1851 MMgc/GC.cpp init(_gc, _object, _size); init 125 MMgc/GC.h void init(GC*gc, const void *object, size_t size); init 101 axscript/DomainClass.cpp scriptEnv = new (core->GetGC()) ScriptEnv(scriptTraits->init, scriptVTable); init 1674 core/AbcParser.cpp traits->init = script; init 1867 core/AbcParser.cpp itraits->init = iinit; init 1957 core/AbcParser.cpp ctraits->init = cinit; init 402 core/AvmCore.cpp builtinPool->getClassTraits(i)->init->makeNonInterruptible(); init 405 core/AvmCore.cpp builtinPool->getScriptTraits(i)->init->makeNonInterruptible(); init 500 core/AvmCore.cpp activationTraits->init = new (core->gc) MethodInfo(MethodInfo::kInitMethodStub, activationTraits, &compiledMethodInfo); init 522 core/AvmCore.cpp ScriptEnv* scriptEnv = new (core->GetGC()) ScriptEnv(scriptTraits->init, scriptVTable, abcEnv); init 523 core/AvmCore.cpp scriptVTable->init = scriptEnv; init 525 core/AvmCore.cpp initScriptActivationTraits(core, toplevel, scriptTraits->init); init 4345 core/AvmCore.cpp enqFunction(t->init); init 119 core/ClassClosure.cpp ivtable->init->coerceEnter(argc, argv); init 1396 core/CodegenLIR.cpp copier->init(vars); init 1428 core/CodegenLIR.cpp debug_only( checker->init(vars,varTraits); ) init 2925 core/CodegenLIR.cpp method = loadIns(LIR_ldcp, offsetof(VTable,init), base); init 2972 core/CodegenLIR.cpp method = loadIns(LIR_ldcp, offsetof(VTable, init), ivtable); init 3206 core/CodegenLIR.cpp AvmAssert(itraits->init->isResolved()); init 3207 core/CodegenLIR.cpp if (itraits->init->getMethodSignature()->argcOk(argc)) { init 3209 core/CodegenLIR.cpp state->verifier->emitCoerceArgs(itraits->init, argc, true); init 91 core/FrameState.h void init(FrameState* other); init 102 core/MethodEnv-inlines.h return vtable()->base->init; init 583 core/MethodEnv.cpp callstack->init(this, framep, frameTraits, eip); init 1279 core/MethodEnv.cpp AvmAssert(ctraits->init != NULL); init 1280 core/MethodEnv.cpp ScopeChain* cscope = ScopeChain::create(gc, cvtable, abcEnv, ctraits->init->declaringScope(), outer, core->dxns()); init 1289 core/MethodEnv.cpp AvmAssert(itraits->init != NULL); init 1290 core/MethodEnv.cpp ScopeChain* iscope = ScopeChain::create(gc, ivtable, abcEnv, itraits->init->declaringScope(), cscope, core->dxns()); init 1328 core/MethodEnv.cpp objectclass_cvtable->init->coerceEnter(toplevel->objectClass->atom()); init 1380 core/MethodEnv.cpp cvtable->init->coerceEnter(cc->atom()); init 1393 core/MethodEnv.cpp if (this->method != declarer->init.value()) init 1949 core/MethodEnv.cpp MethodEnv *init = vtable->init; init 1950 core/MethodEnv.cpp if (init) init 1951 core/MethodEnv.cpp init->coerceEnter(obj->atom()); init 126 core/MethodInfo.cpp bool b = ((_declaringScopeOrTraits & IS_TRAITS)==1) && declaringTraits()->init != this; init 1200 core/MethodInfo.cpp if (this == t->init) init 502 core/Sampler.cpp init(_sampling, autoStartSampling); init 172 core/Sampler.h void init(bool sampling, bool autoStart); init 495 core/ScriptObject.cpp AvmAssert(vtable->init != 0); init 496 core/ScriptObject.cpp MethodEnv* init = vtable->init; init 497 core/ScriptObject.cpp if (!init->isScriptEnv()) init 499 core/ScriptObject.cpp const ScriptEnv* const scriptInitForVTable = static_cast<const ScriptEnv*>(init); init 814 core/ScriptObject.cpp ScopeChain* scope = vtable->init->scope(); init 93 core/StackTrace.h void init(MethodEnv* env init 99 core/StackTrace.h void init(MethodInfo* methodInfo); init 101 core/StackTrace.h void init(AvmCore* core, Stringp name); init 115 core/StackTrace.h init(env, framep, frameTraits, eip); init 121 core/StackTrace.h init(core, functionId, lineno); init 124 core/StackTrace.h void init(AvmCore* core, uint64_t functionId, int32_t lineno); init 130 core/StackTrace.h init(core, sampler ? sampler->getFakeFunctionName(name) : NULL); init 136 core/StackTrace.h init(info); init 70 core/Toplevel.cpp ScriptEnv* main = new (gc) ScriptEnv(mainTraits->init, mainVTable, abcEnv); init 71 core/Toplevel.cpp mainVTable->init = main; init 72 core/Toplevel.cpp toplevel_scope = ScopeChain::create(gc, mainVTable, abcEnv, mainTraits->init->declaringScope(), NULL, publicNS); init 90 core/Toplevel.cpp MethodEnv* me = this->global()->vtable->init; init 100 core/Toplevel.cpp ScriptObject* container = _global->vtable->init->finddef(&qname); init 1354 core/Traits.cpp if (this->init) init 1355 core/Traits.cpp this->init->init_declaringScope(stc); init 1455 core/Traits.cpp pgen = (!(this->init)) || (!(this->init->isCompiledMethod())) ? &gen : 0; init 1510 core/Traits.cpp if (this->init != NULL) init 1511 core/Traits.cpp this->init->resolveSignature(toplevel); init 1564 core/Traits.cpp if (activationTraits->init == NULL) { init 1569 core/Traits.cpp activationTraits->init = new (core->gc) MethodInfo(MethodInfo::kInitMethodStub, activationTraits, &compiledMethodInfo); init 1581 core/Traits.cpp if (this->init->needActivation()) { init 1582 core/Traits.cpp MethodInfo* m = this->init; init 1583 core/Traits.cpp hookUpActivationTraitsInitMethodForTraitsMethod(core, toplevel, this->init); init 1714 core/Traits.cpp if (this->init) init 1716 core/Traits.cpp const uint8_t* pos = this->init->abc_body_pos(); init 1745 core/Traits.cpp this->init->update_max_stack(maxStack); init 1750 core/Traits.cpp this->init = new (gc) MethodInfo(MethodInfo::kInitMethodStub, this); init 1769 core/Traits.cpp this->init->set_abc_body_pos_wb(gc, newBytes); init 514 core/Traits.h public: DWB(MethodInfo*) init; // not a call/init union b/c smart pointers and union's don't mix init 239 core/TypeDescriber.cpp MethodInfo* initMethod = traits->init; init 336 core/VTable.cpp init(NULL), init 369 core/VTable.cpp if (traits->init && !this->init) init 371 core/VTable.cpp this->init = makeMethodEnv(traits->init, scope); init 514 core/VTable.cpp ivtab->init = objVecIVTable->init; init 137 core/VTable.h DWB(MethodEnv*) init; init 313 core/Verifier.cpp state->init(blockState); init 846 core/Verifier.cpp (opcode == OP_initproperty && declarer->init == info))) init 1340 core/Verifier.cpp MethodInfo *f = baseTraits->init; init 2520 core/Verifier.cpp targetState->init(state); init 85 core/avm.cpp avmplus::MethodEnv* init = so->vtable->init; init 86 core/avm.cpp if (!init) init 91 core/avm.cpp avmplus::CodeContext* cc = init->scope()->abcEnv()->codeContext(); init 189 core/avmplusList.h init(0, _capacity); init 193 core/avmplusList.h init(_gc, _capacity); init 195 core/avmplusList.h void init(MMgc::GC* _gc, uint32 _capacity) init 385 eval/eval-cogen-stmt.cpp if (init != NULL) { init 386 eval/eval-cogen-stmt.cpp init->cogen(cogen); init 431 eval/eval-cogen-stmt.cpp if (init != lhs) { init 432 eval/eval-cogen-stmt.cpp init->cogen(cogen); init 255 eval/eval-parse-stmt.cpp Expr* init = assignmentExpression(flags); init 259 eval/eval-parse-stmt.cpp Expr* assign = ALLOC(AssignExpr, (is_const ? OPR_init : OPR_assign, lhs, init)); init 415 eval/eval-parse-stmt.cpp Expr* init=NULL; init 431 eval/eval-parse-stmt.cpp init = varBindings(&dummy, false, EFLAG_NoIn, &numbindings, &lhs); init 436 eval/eval-parse-stmt.cpp lhs = init = commaExpression(EFLAG_NoIn); init 447 eval/eval-parse-stmt.cpp return ALLOC(ForInStmt, (pos, lhs, init, objexpr, body, is_each)); init 460 eval/eval-parse-stmt.cpp return ALLOC(ForStmt, (pos, init, test, update, body)); init 709 eval/eval-parse.h ForStmt(uint32_t pos, Expr* init, Expr* test, Expr* update, Stmt* body) init 711 eval/eval-parse.h , init(init) init 718 eval/eval-parse.h Expr * const init; init 726 eval/eval-parse.h ForInStmt(uint32_t pos, Expr* lhs, Expr* init, Expr* obj, Stmt* body, bool is_each) init 730 eval/eval-parse.h , init(init) init 738 eval/eval-parse.h Expr * const init; init 71 extensions/DictionaryGlue.cpp void DictionaryObject::init(bool weakKeys) init 49 extensions/DictionaryGlue.h void init(bool weakKeys); init 331 extensions/SamplerScript.cpp if (vt->init) init 332 extensions/SamplerScript.cpp sc = vt->init->scope(); init 630 extensions/SamplerScript.cpp if (cc->vtable->init) // Vector related crash here, Tommy says: I didn't think a type could ever not have a constructor but I guess there's no reason it has to. init 631 extensions/SamplerScript.cpp return (double)cc->vtable->init->invocationCount(); init 50 shell/DomainClass.h void init(DomainObject *base);