Searched refs:objectAllocationProfile (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DInstruction.h96 Instruction(ObjectAllocationProfile* profile) { u.objectAllocationProfile = profile; }
117 ObjectAllocationProfile* objectAllocationProfile; member in union:JSC::Instruction::__anon2679
H A DCodeBlock.cpp1881 ObjectAllocationProfile* objectAllocationProfile = &m_objectAllocationProfiles[objectAllocationProfileIndex]; local
1884 instructions[i + opLength - 1] = objectAllocationProfile;
1885 objectAllocationProfile->initialize(*vm(),
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITOpcodes32_64.cpp216 Structure* structure = currentInstruction[3].u.objectAllocationProfile->structure();
233 stubCall.addArgument(TrustedImmPtr(currentInstruction[3].u.objectAllocationProfile->structure()));
H A DJITOpcodes.cpp98 Structure* structure = currentInstruction[3].u.objectAllocationProfile->structure();
115 stubCall.addArgument(TrustedImmPtr(currentInstruction[3].u.objectAllocationProfile->structure()));
/macosx-10.9.5/JavaScriptCore-7537.78.1/llint/
H A DLLIntSlowPaths.cpp518 LLINT_RETURN(constructEmptyObject(exec, pc[3].u.objectAllocationProfile->structure()));
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGByteCodeParser.cpp2070 OpInfo(currentInstruction[3].u.objectAllocationProfile->structure())));

Completed in 205 milliseconds