/third_party/node/deps/v8/src/interpreter/ |
D | bytecode-array-writer.cc | 46 int bytecode_size = static_cast<int>(bytecodes()->size()); in ToBytecodeArray() 51 bytecode_size, &bytecodes()->front(), frame_size, parameter_count, in ToBytecodeArray() 87 int bytecode_size = static_cast<int>(bytecodes()->size()); in CheckBytecodeMatches() 88 const byte* bytecode_ptr = &bytecodes()->front(); in CheckBytecodeMatches() 157 size_t current_offset = bytecodes()->size(); in BindLabel() 165 size_t current_offset = bytecodes()->size(); in BindLoopHeader() 176 size_t current_offset = bytecodes()->size(); in BindJumpTableEntry() 189 size_t current_offset = bytecodes()->size(); in BindHandlerTarget() 196 size_t current_offset = bytecodes()->size(); in BindTryRegionStart() 208 size_t current_offset = bytecodes()->size(); in BindTryRegionEnd() [all …]
|
D | interpreter.cc | 271 Handle<BytecodeArray> bytecodes = compilation_info_.bytecode_array(); in DoFinalizeJobImpl() local 272 if (bytecodes.is_null()) { in DoFinalizeJobImpl() 273 bytecodes = generator()->FinalizeBytecode( in DoFinalizeJobImpl() 278 compilation_info()->SetBytecodeArray(bytecodes); in DoFinalizeJobImpl() 285 bytecodes->set_source_position_table(*source_position_table, kReleaseStore); in DoFinalizeJobImpl() 294 os << "Bytecode length: " << bytecodes->length() << std::endl; in DoFinalizeJobImpl() 295 bytecodes->Disassemble(os); in DoFinalizeJobImpl() 301 isolate, handle(Script::cast(shared_info->script()), isolate), bytecodes); in DoFinalizeJobImpl()
|
D | bytecode-array-writer.h | 110 ZoneVector<uint8_t>* bytecodes() { return &bytecodes_; } in bytecodes() function
|
/third_party/node/deps/v8/src/baseline/ |
D | bytecode-offset-iterator.cc | 14 Handle<BytecodeArray> bytecodes) in BytecodeOffsetIterator() argument 19 bytecode_iterator_(bytecodes), in BytecodeOffsetIterator() 28 BytecodeArray bytecodes) in BytecodeOffsetIterator() argument 32 bytecode_handle_storage_(bytecodes), in BytecodeOffsetIterator()
|
D | bytecode-offset-iterator.h | 24 Handle<BytecodeArray> bytecodes); 27 BytecodeArray bytecodes);
|
D | baseline-compiler.cc | 255 Handle<BytecodeArray> bytecodes) { in AllocateBuffer() argument 259 estimated_size = BaselineCompiler::EstimateInstructionSize(*bytecodes); in AllocateBuffer()
|
/third_party/node/deps/v8/src/objects/ |
D | code-inl.h | 545 BytecodeArray bytecodes) { in GetBytecodeOffsetForBaselinePC() argument 551 ByteArray::cast(bytecode_offset_table()), bytecodes); in GetBytecodeOffsetForBaselinePC() 559 BytecodeArray bytecodes) { in GetBaselinePCForBytecodeOffset() argument 563 ByteArray::cast(bytecode_offset_table()), bytecodes); in GetBaselinePCForBytecodeOffset() 576 BytecodeArray bytecodes) { in GetBaselineStartPCForBytecodeOffset() argument 578 bytecodes); in GetBaselineStartPCForBytecodeOffset() 582 BytecodeArray bytecodes) { in GetBaselineEndPCForBytecodeOffset() argument 584 bytecodes); in GetBaselineEndPCForBytecodeOffset() 588 BytecodeArray bytecodes) { in GetBaselinePCForNextExecutedBytecode() argument 592 ByteArray::cast(bytecode_offset_table()), bytecodes); in GetBaselinePCForNextExecutedBytecode() [all …]
|
D | code.h | 549 BytecodeArray bytecodes); 552 BytecodeArray bytecodes); 560 int bytecode_offset, BytecodeArray bytecodes); 563 BytecodeArray bytecodes); 726 BytecodeArray bytecodes);
|
/third_party/zlib/doc/ |
D | txtvsbin.txt | 39 The algorithm works by dividing the set of bytecodes [0..255] into three 41 - The allow list of textual bytecodes: 43 - The gray list of tolerated bytecodes: 45 - The block list of undesired, non-textual bytecodes:
|
/third_party/node/deps/v8/src/builtins/ |
D | internal-coverage.tq | 28 // It's quite possible that a function contains IncBlockCounter bytecodes,
|
/third_party/python/Objects/ |
D | lnotab_notes.txt | 42 Also note that a delta of zero indicates that there are no bytecodes in the given range, 54 0 +127 (line 135, but the range is empty as no bytecodes are at line 135) 90 The old co_lnotab did not account for the presence of bytecodes without a line number,
|
/third_party/python/Doc/library/ |
D | dis.rst | 1296 Dictionary mapping operation names to bytecodes. 1306 Sequence of bytecodes that access a constant. 1311 Sequence of bytecodes that access a free variable (note that 'free' in this 1319 Sequence of bytecodes that access an attribute by name. 1324 Sequence of bytecodes that have a relative jump target. 1329 Sequence of bytecodes that have an absolute jump target. 1334 Sequence of bytecodes that access a local variable. 1339 Sequence of bytecodes of Boolean operations.
|
/third_party/node/deps/v8/src/ |
D | DEPS | 50 "+src/interpreter/bytecodes.h",
|
/third_party/node/deps/v8/src/profiler/ |
D | profiler-listener.cc | 134 Handle<BytecodeArray> bytecodes(shared->GetBytecodeArray(isolate_), in CodeCreateEvent() local 139 bytecode_offsets, bytecodes); in CodeCreateEvent()
|
/third_party/python/Misc/NEWS.d/ |
D | 3.9.0a3.rst | 47 Replace four complex bytecodes for building sequences with three simpler 50 The following four bytecodes have been removed: 57 The following three bytecodes have been added:
|
D | 3.9.0a4.rst | 191 Replace two complex bytecodes for building dicts with two simpler ones. The 192 new bytecodes ``DICT_MERGE`` and ``DICT_UPDATE`` have been added The old 193 bytecodes ``BUILD_MAP_UNPACK`` and ``BUILD_MAP_UNPACK_WITH_CALL`` have been
|
D | 3.9.0a2.rst | 238 CALL_FINALLY and POP_FINALLY bytecodes. Replaced with RERAISE and 239 WITH_EXCEPT_START bytecodes. The compiler now generates different code for
|
D | 3.6.2rc1.rst | 203 package is only shipped with bytecodes. Patch by Alexandru Ardelean.
|
D | 3.5.4rc1.rst | 323 package is only shipped with bytecodes. Patch by Alexandru Ardelean.
|
/third_party/python/Doc/faq/ |
D | windows.rst | 52 compiles it into bytecodes, and then executes the bytecodes to run your
|
/third_party/node/tools/v8_gypfiles/ |
D | v8.gyp | 14 …tins_list_output': '<(generate_bytecode_output_root)/builtins-generated/bytecodes-builtins-list.h', 1417 "<(V8_ROOT)/src/builtins/generate-bytecodes-builtins-list.cc", 1421 "<(V8_ROOT)/src/interpreter/bytecodes.cc", 1422 "<(V8_ROOT)/src/interpreter/bytecodes.h",
|
/third_party/node/deps/v8/src/execution/ |
D | frames.cc | 2310 BytecodeArray bytecodes = iframe->GetBytecodeArray(); in Print() local 2312 int source_pos = AbstractCode::cast(bytecodes).SourcePosition(offset); in Print() 2315 reinterpret_cast<void*>(bytecodes.ptr()), offset); in Print()
|
/third_party/node/deps/v8/ |
D | BUILD.bazel | 1573 "src/interpreter/bytecodes.cc", 1574 "src/interpreter/bytecodes.h", 1942 "src/regexp/regexp-bytecodes.cc", 1943 "src/regexp/regexp-bytecodes.h", 3370 outs = ["builtins-generated/bytecodes-builtins-list.h"], 3525 "src/builtins/generate-bytecodes-builtins-list.cc", 3529 "src/interpreter/bytecodes.cc", 3530 "src/interpreter/bytecodes.h",
|
D | BUILD.gn | 2043 outputs = [ "$target_gen_dir/builtins-generated/bytecodes-builtins-list.h" ] 2051 rebase_path("$target_gen_dir/builtins-generated/bytecodes-builtins-list.h", 2663 "$target_gen_dir/builtins-generated/bytecodes-builtins-list.h", 3096 "src/interpreter/bytecodes.h", 3368 "src/regexp/regexp-bytecodes.h", 4308 "src/interpreter/bytecodes.cc", 4422 "src/regexp/regexp-bytecodes.cc", 5822 "src/builtins/generate-bytecodes-builtins-list.cc", 5826 "src/interpreter/bytecodes.cc", 5827 "src/interpreter/bytecodes.h",
|
/third_party/python/Doc/whatsnew/ |
D | 2.1.rst | 88 nested scopes, the compiler which turns Python source into bytecodes has to 148 precede any statement that will result in bytecodes being produced.
|