Searched refs:raw_offset (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-objects-inl.h | 538 Address WasmStruct::RawFieldAddress(int raw_offset) { in RawFieldAddress() argument 539 int offset = WasmStruct::kHeaderSize + raw_offset; in RawFieldAddress() 543 ObjectSlot WasmStruct::RawField(int raw_offset) { in RawField() argument 544 return ObjectSlot(RawFieldAddress(raw_offset)); in RawField()
|
H A D | wasm-objects.h | 937 inline Address RawFieldAddress(int raw_offset); 940 inline ObjectSlot RawField(int raw_offset);
|
/third_party/node/deps/v8/src/objects/ |
H A D | intl-objects.cc | 2563 bool GetOffsets(double time_ms, bool is_utc, int32_t* raw_offset, 2595 int32_t* raw_offset, int32_t* dst_offset) { in GetOffsets() 2598 GetTimeZone()->getOffset(time_ms, false, *raw_offset, *dst_offset, status); in GetOffsets() 2604 UCAL_TZ_LOCAL_FORMER, *raw_offset, *dst_offset, in GetOffsets() 2612 int32_t raw_offset, dst_offset; in DaylightSavingsOffset() local 2613 if (!GetOffsets(time_ms, true, &raw_offset, &dst_offset)) return 0; in DaylightSavingsOffset() 2618 int32_t raw_offset, dst_offset; in LocalTimeOffset() local 2619 if (!GetOffsets(time_ms, is_utc, &raw_offset, &dst_offset)) return 0; in LocalTimeOffset() 2620 return raw_offset + dst_offset; in LocalTimeOffset() 2594 GetOffsets(double time_ms, bool is_utc, int32_t* raw_offset, int32_t* dst_offset) GetOffsets() argument
|
/third_party/node/deps/v8/src/execution/ |
H A D | frames.cc | 1987 int raw_offset = Smi::ToInt(GetExpression(index)); in GetBytecodeOffset() local 1988 return raw_offset - BytecodeArray::kHeaderSize + kHeapObjectTag; in GetBytecodeOffset() 1999 int raw_offset = Smi::ToInt(Object(Memory<Address>(expression_offset))); in GetBytecodeOffset() local 2000 return raw_offset - BytecodeArray::kHeaderSize + kHeapObjectTag; in GetBytecodeOffset() 2008 int raw_offset = BytecodeArray::kHeaderSize - kHeapObjectTag + new_offset; in PatchBytecodeOffset() local 2009 SetExpression(index, Smi::FromInt(raw_offset)); in PatchBytecodeOffset()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
H A D | TimeZoneRegressionTest.java | 342 long raw_offset = tz.getRawOffset(); in Test4126678() 343 if (offset == raw_offset) in Test4126678()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
H A D | TimeZoneRegressionTest.java | 339 long raw_offset = tz.getRawOffset(); in Test4126678() 340 if (offset == raw_offset) in Test4126678()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tzregts.cpp | 494 int32_t raw_offset = tz->getRawOffset(); in Test4126678() local 496 if (offset == raw_offset) in Test4126678()
|
Completed in 18 milliseconds