Searched refs:CBC_CODE_FLAGS_FUNCTION (Results 1 – 6 of 6) sorted by relevance
178 if (!(compiled_code_p->status_flags & CBC_CODE_FLAGS_FUNCTION)) in snapshot_add_compiled_code()231 JERRY_ASSERT (compiled_code_p->status_flags & CBC_CODE_FLAGS_FUNCTION); in snapshot_add_compiled_code()348 if (!(compiled_code_p->status_flags & CBC_CODE_FLAGS_FUNCTION)) in static_snapshot_add_compiled_code()460 if (bytecode_p->status_flags & CBC_CODE_FLAGS_FUNCTION) in jerry_snapshot_set_offsets()560 if (!(bytecode_p->status_flags & CBC_CODE_FLAGS_FUNCTION)) in snapshot_load_compiled_code()577 JERRY_ASSERT (bytecode_p->status_flags & CBC_CODE_FLAGS_FUNCTION); in snapshot_load_compiled_code()1072 if ((bytecode_p->status_flags & CBC_CODE_FLAGS_FUNCTION) in scan_snapshot_functions()1143 if ((bytecode_p->status_flags & CBC_CODE_FLAGS_FUNCTION) in update_literal_offsets()
370 JERRY_ASSERT (compiled_code_p->status_flags & CBC_CODE_FLAGS_FUNCTION); in ecma_save_literals_add_compiled_code()418 if ((bytecode_p->status_flags & CBC_CODE_FLAGS_FUNCTION) in ecma_save_literals_add_compiled_code()
1370 if (bytecode_p->status_flags & CBC_CODE_FLAGS_FUNCTION) in ecma_bytecode_deref()
807 CBC_CODE_FLAGS_FUNCTION = (1u << 0), /**< compiled code is JavaScript function */ enumerator
1237 compiled_code_p->status_flags = CBC_CODE_FLAGS_FUNCTION; in parser_post_processing()
462 if (!(bytecode_p->status_flags & CBC_CODE_FLAGS_FUNCTION)) in vm_construct_literal_object()475 JERRY_ASSERT (bytecode_p->status_flags & CBC_CODE_FLAGS_FUNCTION); in vm_construct_literal_object()