Searched refs:inHostFunction (Results 1 – 3 of 3) sorted by relevance
225 … void* encodeSample(Instruction* vPC, bool inCTIFunction = false, bool inHostFunction = false)228 …ptr_t>(vPC) | (static_cast<intptr_t>(inCTIFunction) << 1) | static_cast<intptr_t>(inHostFunction));245 bool inHostFunction() { return m_sample & 0x1; } in inHostFunction() function
187 if (!sample.inHostFunction()) { in doRun()
243 ALWAYS_INLINE void JIT::sampleInstruction(Instruction* instruction, bool inHostFunction) in sampleInstruction() argument246 storePtr(ImmPtr(m_interpreter->sampler()->encodeSample(instruction, inHostFunction)), X86::ecx); in sampleInstruction()249 ALWAYS_INLINE void JIT::sampleInstruction(Instruction* instruction, bool inHostFunction) in sampleInstruction() argument251 …storePtr(ImmPtr(m_interpreter->sampler()->encodeSample(instruction, inHostFunction)), m_interprete… in sampleInstruction()