Home
last modified time | relevance | path

Searched defs:byte_p (Results 1 – 8 of 8) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-property-hashmap.c53 #define ECMA_PROPERTY_HASHMAP_GET_BIT(byte_p, index) \ argument
59 #define ECMA_PROPERTY_HASHMAP_CLEAR_BIT(byte_p, index) \ argument
65 #define ECMA_PROPERTY_HASHMAP_SET_BIT(byte_p, index) \ argument
Decma-literal-storage.c342 uint8_t *byte_p = (uint8_t *) compiled_code_p; in ecma_save_literals_add_compiled_code() local
357 uint8_t *byte_p = (uint8_t *) compiled_code_p; in ecma_save_literals_add_compiled_code() local
394 uint8_t *byte_p = (uint8_t *) compiled_code_p; in ecma_save_literals_add_compiled_code() local
Decma-helpers.c1482 uint8_t *byte_p = (uint8_t *) bytecode_header_p; in ecma_compiled_code_get_tagged_template_collection() local
/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.c501 uint8_t *byte_p = (uint8_t *) bytecode_p; in jerry_snapshot_set_offsets() local
586 uint8_t *byte_p = (uint8_t *) bytecode_p; in snapshot_load_compiled_code() local
600 uint8_t *byte_p = (uint8_t *) bytecode_p; in snapshot_load_compiled_code() local
648 uint8_t *byte_p = (uint8_t *) bytecode_p; in snapshot_load_compiled_code() local
1107 uint8_t *byte_p = (uint8_t *) bytecode_p; in scan_snapshot_functions() local
1185 uint8_t *byte_p = (uint8_t *) bytecode_p; in update_literal_offsets() local
Djerry.c3526 uint8_t *byte_p = (uint8_t *) context_ptr; in jerry_create_context() local
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects-arguments.c91 uint8_t *byte_p = (uint8_t *) bytecode_data_p; in ecma_op_create_arguments_object() local
Decma-function-object.c49 uint8_t *byte_p = (uint8_t *) bytecode_header_p; in ecma_op_resource_name() local
/third_party/jerryscript/jerry-core/vm/
Dvm.c456 uint8_t *byte_p = ((uint8_t *) frame_ctx_p->bytecode_header_p) + lit_value; in vm_construct_literal_object() local