Searched refs:instruction_offset (Results 1 – 5 of 5) sorted by relevance
34 ULONG64 instruction_offset{}; in GetValue() local36 UnboxULong64(boxed_instruction_offset.Get(), &instruction_offset)); in GetValue()43 instruction_offset, &module))) { in GetValue()
185 uint32_t instruction_offset; member201 STATIC_ASSERT(offsetof(LayoutDescription, instruction_offset) ==
304 layout_desc.instruction_offset = raw_code_size; in FromIsolate()379 layout_descriptions[static_cast<int>(builtin)].instruction_offset; in FromIsolate()
16 const uint8_t* result = RawCode() + desc.instruction_offset; in InstructionStartOfBuiltin()
488 Instruction* GetInstructionAt(ptrdiff_t instruction_offset) { in GetInstructionAt() argument489 return GetBuffer()->GetOffsetAddress<Instruction*>(instruction_offset); in GetInstructionAt()492 Instruction* InstructionAt(ptrdiff_t instruction_offset)) {493 return GetInstructionAt(instruction_offset);