Home
last modified time | relevance | path

Searched refs:end_address (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/v8/tools/
H A Dll_prof.py97 def __init__(self, name, start_address, end_address, origin, origin_offset):
103 self.end_address = end_address
167 end_offset = self.end_address - self.start_address
201 self.end_address,
202 self.end_address - self.start_address,
214 self.end_address - self.start_address,
251 if code.start_address <= pc < code.end_address:
270 limit_id = CodePage.PageId(code.end_address + CodePage.SIZE - 1)
286 self.max_address = max(self.max_address, code.end_address)
[all...]
H A Dgrokdump.py2971 def output_words(self, f, start_address, end_address, highlight_address, desc,
2983 end_address = self.align_up(end_address, size)
2984 if end_address > high:
2985 end_address = high
2988 if start_address != low or end_address != high:
2996 (desc, start_address, end_address, highlight_address, expand))
3000 for j in range(0, end_address - start_address, size):
3059 def output_ascii(self, f, start_address, end_address, highlight_address):
3067 if end_address > regio
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-intl-gen.cc76 const TNode<IntPtrT> end_address = in TF_BUILTIN() local
86 push_vars, start_address, end_address, in TF_BUILTIN()
/third_party/node/deps/v8/src/sandbox/
H A Dsandbox.h78 Address end_address() const { return reinterpret_cast<Address>(&end_); } in end_address() function in v8::internal::Sandbox
/third_party/node/deps/v8/src/profiler/
H A Dprofile-generator.cc1004 Address end_address = start_address + it->second.size; in FindEntry() local
1005 CodeEntry* ret = addr < end_address ? it->second.entry : nullptr; in FindEntry()
1006 DCHECK(!ret || (addr >= start_address && addr < end_address)); in FindEntry()
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.h332 intptr_t* start_address, intptr_t* end_address);
H A Dsimulator-arm.cc1475 intptr_t* start_address, intptr_t* end_address) { in ProcessPU()
1484 *end_address = rn_val + (num_regs * reg_size) - reg_size; in ProcessPU()
1490 *end_address = rn_val - reg_size; in ProcessPU()
1496 *end_address = rn_val + (num_regs * reg_size); in ProcessPU()
1497 rn_val = *end_address; in ProcessPU()
1513 intptr_t end_address = 0; in HandleRList() local
1515 ProcessPU(instr, num_regs, kPointerSize, &start_address, &end_address); in HandleRList()
1533 DCHECK(end_address == ((intptr_t)address) - 4); in HandleRList()
1557 intptr_t end_address = 0; in HandleVList() local
1559 ProcessPU(instr, num_regs, operand_size, &start_address, &end_address); in HandleVList()
1474 ProcessPU(Instruction* instr, int num_regs, int reg_size, intptr_t* start_address, intptr_t* end_address) ProcessPU() argument
1586 DCHECK(reinterpret_cast<intptr_t>(address) - operand_size == end_address); HandleVList() local
[all...]
/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.h271 intptr_t* start_address, intptr_t* end_address);
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.cc3307 Register end_address, Register temp1,
3318 AddImmediateSetFlags(end_address, instance, instance_size);
3323 // end_address: potential next object start.
3325 cmp(end_address, Operand(temp2));
3332 str(end_address, Address(temp1, Heap::TopOffset(space)));
H A Dassembler_arm.h1116 Register instance, Register end_address, Register temp1,
/third_party/node/deps/v8/src/codegen/
H A Dexternal-reference.cc228 return ExternalReference(GetProcessWideSandbox()->end_address());
H A Dcode-stub-assembler.cc3669 TNode<IntPtrT> end_address = IntPtrAdd(
3675 StoreFieldsNoWriteBarrier(start_address, end_address, filler);
3962 TNode<IntPtrT> end_address,
3966 CSA_DCHECK(this, WordIsAligned(end_address, kTaggedSize));
3968 start_address, end_address,
H A Dcode-stub-assembler.h1846 TNode<IntPtrT> end_address,
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.h228 intptr_t* start_address, intptr_t* end_address);

Completed in 44 milliseconds